]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
kvm tools: Drop "notsc" no longer needed kernel option
authorCyrill Gorcunov <gorcunov@gmail.com>
Wed, 9 Nov 2011 19:25:34 +0000 (23:25 +0400)
committerPekka Enberg <penberg@kernel.org>
Wed, 9 Nov 2011 19:44:19 +0000 (21:44 +0200)
"notsc" option has been used to avoid APIC calibration
problem at early days when we didn't support APIC at all.

Now with KVM APIC emulation used there is no longer need
for this option. Drop it.

Reported-by: Richard Weinberger <richard@nod.at>
Tested-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/builtin-run.c

index 2792650f5437ea394e150bd9e54e006ee67e4fac..13025db32a75d7e3d273459bca0fec053dcff1fa 100644 (file)
@@ -830,7 +830,7 @@ int kvm_cmd_run(int argc, const char **argv, const char *prefix)
                vidmode = 0;
 
        memset(real_cmdline, 0, sizeof(real_cmdline));
-       strcpy(real_cmdline, "notsc noapic noacpi pci=conf1 reboot=k panic=1 i8042.direct=1 "
+       strcpy(real_cmdline, "noapic noacpi pci=conf1 reboot=k panic=1 i8042.direct=1 "
                                "i8042.dumbkbd=1 i8042.nopnp=1");
        if (vnc || sdl) {
                strcat(real_cmdline, " video=vesafb console=tty0");