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
Kconfig -rw-r--r-- 218 bytes
Makefile -rw-r--r-- 118 bytes
caleb.c -rw-r--r-- 3.1 KB
caleb.h -rw-r--r-- 636 bytes
enp2611.c -rw-r--r-- 6.4 KB
ixp2400-msf.c -rw-r--r-- 5.3 KB
ixp2400-msf.h -rw-r--r-- 4.5 KB
ixp2400_rx.uc -rw-r--r-- 8.5 KB
ixp2400_rx.ucode -rw-r--r-- 3.9 KB
ixp2400_tx.uc -rw-r--r-- 5.9 KB
ixp2400_tx.ucode -rw-r--r-- 2.9 KB
ixpdev.c -rw-r--r-- 10.0 KB
ixpdev.h -rw-r--r-- 711 bytes
ixpdev_priv.h -rw-r--r-- 1.8 KB
pm3386.c -rw-r--r-- 7.8 KB
pm3386.h -rw-r--r-- 890 bytes

back to top