From: Jiri Kosina <[email protected]> no-kvmclock kernel parameter is missing its explanation in Documentation/kernel-parameters.txt. Add it.
Signed-off-by: Jiri Kosina <[email protected]> Signed-off-by: Avi Kivity <[email protected]> diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index d9239d5..45cf67b 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt @@ -1760,6 +1760,8 @@ and is between 256 and 4096 characters. It is defined in the file nojitter [IA64] Disables jitter checking for ITC timers. + no-kvmclock [X86,KVM] Disable paravirtualized KVM clock driver + nolapic [X86-32,APIC] Do not enable or use the local APIC. nolapic_timer [X86-32,APIC] Do not use the local APIC timer. -- To unsubscribe from this list: send the line "unsubscribe kvm-commits" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
