summaryrefslogtreecommitdiff
path: root/src/arch/x86/linux
diff options
context:
space:
mode:
authorSteve Reinhardt <steve.reinhardt@amd.com>2016-04-01 16:38:16 -0700
committerSteve Reinhardt <steve.reinhardt@amd.com>2016-04-01 16:38:16 -0700
commitdf36764e91bc96d731cbd403c3a4527248eb403c (patch)
tree072a44b6c03008faa87d7030c88946c5de2d6a15 /src/arch/x86/linux
parent0e214bdfd1dd2e963200875bc8f5ea31e5262503 (diff)
downloadgem5-df36764e91bc96d731cbd403c3a4527248eb403c.tar.xz
syscall_emul: remove mmapFlagTable
After all this it turns out we don't even use it.
Diffstat (limited to 'src/arch/x86/linux')
-rw-r--r--src/arch/x86/linux/linux.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/arch/x86/linux/linux.hh b/src/arch/x86/linux/linux.hh
index 47eac12b8..fb8e611cb 100644
--- a/src/arch/x86/linux/linux.hh
+++ b/src/arch/x86/linux/linux.hh
@@ -126,9 +126,6 @@ class X86Linux64 : public Linux
static const int NUM_OPEN_FLAGS;
- /// For mmap().
- static SyscallFlagTransTable mmapFlagTable[];
-
static const unsigned TGT_MAP_SHARED = 0x00001;
static const unsigned TGT_MAP_PRIVATE = 0x00002;
static const unsigned TGT_MAP_32BIT = 0x00040;