diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/kernel/kvm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/kvm.c b/arch/x86/kernel/kvm.c index e354cc6446ab..9435620062df 100644 --- a/arch/x86/kernel/kvm.c +++ b/arch/x86/kernel/kvm.c | |||
@@ -513,7 +513,7 @@ void __init kvm_guest_init(void) | |||
513 | * can get false positives too easily, for example if the host is | 513 | * can get false positives too easily, for example if the host is |
514 | * overcommitted. | 514 | * overcommitted. |
515 | */ | 515 | */ |
516 | watchdog_enable_hardlockup_detector(false); | 516 | hardlockup_detector_disable(); |
517 | } | 517 | } |
518 | 518 | ||
519 | static noinline uint32_t __kvm_cpuid_base(void) | 519 | static noinline uint32_t __kvm_cpuid_base(void) |