]> Zhao Yanbai Git Server - minix.git/commit
arm:disable filemmap. 98/1198/2
authorKees Jongenburger <kees.jongenburger@gmail.com>
Tue, 17 Dec 2013 13:42:06 +0000 (14:42 +0100)
committerKees Jongenburger <kees.jongenburger@gmail.com>
Tue, 7 Jan 2014 10:10:14 +0000 (11:10 +0100)
commit96f71be5a622a6677ce21d7784853441a4153659
treedb60154cdb6e864118d755647f7cc10333d56d62
parent84c0f81c0998188ba7f5a84cb7829594f6eaef8f
arm:disable filemmap.

We currently have a few of the POSIX tests failing because filemmap
is enabled by default. The working assumption is that these program
pass a pointer to the file server that points to a not yet loaded
data segment. When the file server tries to access that data it
therefore generates a pagefault and a call to itself it can not
handle because it is unable to first return the current call.

Change-Id: Ic1a2d9cd0a542bd950e2b08accb61cfe2855c5a3
releasetools/gen_uEnv.txt.sh