[PATCH] x86_64: Add boot option to disable randomized mappings and cleanup
authorAndi Kleen <ak@suse.de>
Thu, 16 Feb 2006 22:41:58 +0000 (23:41 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 17 Feb 2006 16:00:40 +0000 (08:00 -0800)
commita62eaf151d9cb478d127cfbc2e93c498869785b0
treeb13d62257ada7e0a9d37fdc9a69a7afa6f028b30
parent99019e919969be88e7e4042f3afa296bd55ad9ec
[PATCH] x86_64: Add boot option to disable randomized mappings and cleanup

AMD SimNow!'s JIT doesn't like them at all in the guest. For distribution
installation it's easiest if it's a boot time option.

Also I moved the variable to a more appropiate place and make
it independent from sysctl

And marked __read_mostly which it is.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Documentation/kernel-parameters.txt
arch/i386/kernel/cpu/transmeta.c
include/linux/kernel.h
include/linux/mm.h
kernel/sysctl.c
mm/memory.c