Review Board 2.0.15


syscall_emul: factor out flag tables into common file

Review Request #3402 - Created March 25, 2016 and submitted

Information
Steve Reinhardt
gem5
default
Reviewers
Default
Changeset 11397:fb4236cf133d
---------------------------
syscall_emul: factor out flag tables into common file

The openFlagTable and mmapFlagTables for emulated Linux
platforms are basically identical, but are specified
repetitively for every platform.  Use a common file
that gets included for each platform so that we only
have one copy, making them more consistent and simplifying
changes (like adding #ifdefs).

In the process, made some minor fixes that slipped through
due to previous inconsistencies, and added more #ifdefs
to try to fix building on alternative hosts.

   
Review request changed
Updated (April 1, 2016, 4:54 p.m.)

Status: Closed (submitted)