]> git.kernelconcepts.de Git - mv-sheeva.git/blobdiff - virt/kvm/kvm_main.c
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
[mv-sheeva.git] / virt / kvm / kvm_main.c
index e039f641d66bd6250ec78c157434f7d4f92b3f0f..60e5e4612b0b329fb616564fad02067934e90652 100644 (file)
@@ -1973,10 +1973,12 @@ static int kvm_cpu_hotplug(struct notifier_block *notifier, unsigned long val,
 
 asmlinkage void kvm_handle_fault_on_reboot(void)
 {
-       if (kvm_rebooting)
+       if (kvm_rebooting) {
                /* spin while reset goes on */
+               local_irq_enable();
                while (true)
                        ;
+       }
        /* Fault while not rebooting.  We want the trace. */
        BUG();
 }