Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bbff2168 authored by Jiri Kosina's avatar Jiri Kosina
Browse files

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: default avatarJiri Kosina <jkosina@suse.cz>
Acked-by: default avatarJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
parent 6396fc3b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1777,7 +1777,7 @@ and is between 256 and 4096 characters. It is defined in the file
	norandmaps	Don't use address space randomization.  Equivalent to
			echo 0 > /proc/sys/kernel/randomize_va_space

	noreplace-paravirt	[X86-32,PV_OPS] Don't patch paravirt_ops
	noreplace-paravirt	[X86,IA-64,PV_OPS] Don't patch paravirt_ops

	noreplace-smp	[X86-32,SMP] Don't replace SMP instructions
			with UP alternatives