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
3c574_cs.c -rw-r--r-- 36.5 KB
3c589_cs.c -rw-r--r-- 30.8 KB
Kconfig -rw-r--r-- 4.3 KB
Makefile -rw-r--r-- 520 bytes
axnet_cs.c -rw-r--r-- 55.4 KB
com20020_cs.c -rw-r--r-- 11.6 KB
fmvj18x_cs.c -rw-r--r-- 37.0 KB
ibmtr_cs.c -rw-r--r-- 13.6 KB
nmclan_cs.c -rw-r--r-- 49.2 KB
ositech.h -rw-r--r-- 18.1 KB
pcnet_cs.c -rw-r--r-- 64.0 KB
smc91c92_cs.c -rw-r--r-- 66.9 KB
xirc2ps_cs.c -rw-r--r-- 58.8 KB

back to top