aboutsummaryrefslogtreecommitdiffstats
path: root/virt
diff options
context:
space:
mode:
Diffstat (limited to 'virt')
-rw-r--r--virt/kvm/kvm_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c
index c7a57b4feb39..b8499f544e1d 100644
--- a/virt/kvm/kvm_main.c
+++ b/virt/kvm/kvm_main.c
@@ -2022,7 +2022,7 @@ asmlinkage void kvm_handle_fault_on_reboot(void)
2022 /* spin while reset goes on */ 2022 /* spin while reset goes on */
2023 local_irq_enable(); 2023 local_irq_enable();
2024 while (true) 2024 while (true)
2025 ; 2025 cpu_relax();
2026 } 2026 }
2027 /* Fault while not rebooting. We want the trace. */ 2027 /* Fault while not rebooting. We want the trace. */
2028 BUG(); 2028 BUG();