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
xfs_dquot.c -rw-r--r-- 40.3 KB
xfs_dquot.h -rw-r--r-- 6.6 KB
xfs_dquot_item.c -rw-r--r-- 18.6 KB
xfs_dquot_item.h -rw-r--r-- 1.9 KB
xfs_qm.c -rw-r--r-- 69.6 KB
xfs_qm.h -rw-r--r-- 7.6 KB
xfs_qm_bhv.c -rw-r--r-- 10.1 KB
xfs_qm_stats.c -rw-r--r-- 3.0 KB
xfs_qm_stats.h -rw-r--r-- 1.5 KB
xfs_qm_syscalls.c -rw-r--r-- 39.2 KB
xfs_quota_priv.h -rw-r--r-- 5.9 KB
xfs_trans_dquot.c -rw-r--r-- 22.3 KB

back to top