diff options
author | Jiri Kosina <jkosina@suse.cz> | 2010-08-16 17:51:20 +0200 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2010-10-24 10:51:07 +0200 |
commit | 9cf4c4fcb59704f0c50f6aa7933399db5d2edf1a (patch) | |
tree | 36c02cec903f49e02f578c3f1edbc826ff11bc6b /Documentation | |
parent | 92f738a52b53dc13b5dd5753634bdb8c59ac9815 (diff) | |
download | blackbird-obmc-linux-9cf4c4fcb59704f0c50f6aa7933399db5d2edf1a.tar.gz blackbird-obmc-linux-9cf4c4fcb59704f0c50f6aa7933399db5d2edf1a.zip |
KVM: x86: explain 'no-kvmclock' kernel parameter
no-kvmclock kernel parameter is missing its explanation in
Documentation/kernel-parameters.txt. Add it.
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kernel-parameters.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 8dd7248508a9..6bd23751a2ce 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt @@ -1693,6 +1693,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. |