summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.v850e
diff options
context:
space:
mode:
Diffstat (limited to 'extra/Configs/Config.v850e')
-rw-r--r--extra/Configs/Config.v850e5
1 files changed, 0 insertions, 5 deletions
diff --git a/extra/Configs/Config.v850e b/extra/Configs/Config.v850e
index 3383293f9..2d0533839 100644
--- a/extra/Configs/Config.v850e
+++ b/extra/Configs/Config.v850e
@@ -119,11 +119,6 @@ MALLOC = malloc
# At present, only affects i386.
UNIFIED_SYSCALL = false
-# If false, then the mmap syscall takes individual arguments, just like
-# every other syscall; otherwise, they're all packed into a buffer first
-# (which was necessary on old version of linux worked).
-OLD_STYLE_MMAP = false
-
# If you want large file summit support (greater then 2 Gib),
# turn this on. This has no effect unless your kernel supports
# lfs. This currently does nothing, but may someday...