diff options
Diffstat (limited to 'src/arch/power')
-rw-r--r-- | src/arch/power/linux/linux.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/arch/power/linux/linux.hh b/src/arch/power/linux/linux.hh index 55634800e..de149a1a6 100644 --- a/src/arch/power/linux/linux.hh +++ b/src/arch/power/linux/linux.hh @@ -163,9 +163,6 @@ class PowerLinux : public Linux static const int TGT_O_PATH = 010000000; //!< O_PATH //@} - /// For mmap(). - static SyscallFlagTransTable mmapFlagTable[]; - static const unsigned TGT_MAP_SHARED = 0x00001; static const unsigned TGT_MAP_PRIVATE = 0x00002; static const unsigned TGT_MAP_ANON = 0x00020; |