Commit bbff2168c1088995753e889580c756971eca51e4

Authored by Jiri Kosina
1 parent 6396fc3b3f

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

Documentation/kernel-parameters.txt
... ... @@ -1777,7 +1777,7 @@
1777 1777 norandmaps Don't use address space randomization. Equivalent to
1778 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 1782 noreplace-smp [X86-32,SMP] Don't replace SMP instructions
1783 1783 with UP alternatives