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
power
Kconfig -rw-r--r-- 1.1 KB
Makefile -rw-r--r-- 401 bytes
attribute_container.c -rw-r--r-- 12.3 KB
base.h -rw-r--r-- 926 bytes
bus.c -rw-r--r-- 16.8 KB
class.c -rw-r--r-- 20.9 KB
core.c -rw-r--r-- 10.7 KB
cpu.c -rw-r--r-- 3.5 KB
dd.c -rw-r--r-- 6.8 KB
dmapool.c -rw-r--r-- 10.4 KB
driver.c -rw-r--r-- 5.8 KB
firmware.c -rw-r--r-- 715 bytes
firmware_class.c -rw-r--r-- 15.3 KB
init.c -rw-r--r-- 732 bytes
map.c -rw-r--r-- 3.2 KB
memory.c -rw-r--r-- 10.8 KB
node.c -rw-r--r-- 5.2 KB
platform.c -rw-r--r-- 13.1 KB
sys.c -rw-r--r-- 10.8 KB
transport_class.c -rw-r--r-- 9.4 KB

back to top