Revision 8817210d4d968e58f7d93db2eecd17b20dd03d40 authored by Andi Kleen on 17 January 2006, 06:03:38 UTC, committed by Linus Torvalds on 17 January 2006, 07:18:35 UTC
Another try at this.

For 32bit follow the 32bit implementation from Ingo -
mappings are growing down from the end of stack now
and vary randomly by 1GB.

Randomized mappings for 64bit just vary the normal mmap break
by 1TB. I didn't bother implementing full flex mmap for 64bit
because it shouldn't be needed there.

Cc: mingo@elte.hu

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 562795f
History
File Mode Size
Makefile -rw-r--r-- 272 bytes
compress.c -rw-r--r-- 9.9 KB
dir.c -rw-r--r-- 6.5 KB
export.c -rw-r--r-- 5.8 KB
inode.c -rw-r--r-- 36.3 KB
isofs.h -rw-r--r-- 6.4 KB
joliet.c -rw-r--r-- 1.8 KB
namei.c -rw-r--r-- 4.2 KB
rock.c -rw-r--r-- 17.1 KB
rock.h -rw-r--r-- 2.3 KB
util.c -rw-r--r-- 2.4 KB
zisofs.h -rw-r--r-- 801 bytes

back to top