aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Kosina <jkosina@suse.cz>2010-08-11 12:34:09 -0400
committerJiri Kosina <jkosina@suse.cz>2010-08-16 09:03:47 -0400
commitbbff2168c1088995753e889580c756971eca51e4 (patch)
tree301da227140612a9a57631829e8b87a5c67f096f
parent6396fc3b3ff3f6b942992b653a62df11dcef9bea (diff)
paravirt: noreplace-paravirt is implemented for x86 and ia-64
kernel-parameters.txt lists 'noreplace-paravirt' parameter as being limited to X86-32, which is incorrect -- it's actually supported by x86-32, x86-64 and ia-64. Signed-off-by: Jiri Kosina <jkosina@suse.cz> Acked-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
-rw-r--r--Documentation/kernel-parameters.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index d529b1363e9..8ed3a7772da 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -1777,7 +1777,7 @@ and is between 256 and 4096 characters. It is defined in the file
1777 norandmaps Don't use address space randomization. Equivalent to 1777 norandmaps Don't use address space randomization. Equivalent to
1778 echo 0 > /proc/sys/kernel/randomize_va_space 1778 echo 0 > /proc/sys/kernel/randomize_va_space
1779 1779
1780 noreplace-paravirt [X86-32,PV_OPS] Don't patch paravirt_ops 1780 noreplace-paravirt [X86,IA-64,PV_OPS] Don't patch paravirt_ops
1781 1781
1782 noreplace-smp [X86-32,SMP] Don't replace SMP instructions 1782 noreplace-smp [X86-32,SMP] Don't replace SMP instructions
1783 with UP alternatives 1783 with UP alternatives