summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-10-16 03:10:39 +0000
committerEric Andersen <andersen@codepoet.org>2001-10-16 03:10:39 +0000
commit46d6bbc8e2d2016ecbe851a10bb1676bd7e96274 (patch)
treeb76ccd5c7986509f6153f98e7f40168454619d41 /extra
parent38b024251f16664891f1b714d9d786168cef0cca (diff)
Revert global old mmap usage, and do it per arch
Diffstat (limited to 'extra')
-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...