Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210935
b: refs/heads/master
c: ca242ac
h: refs/heads/master
i:
  210933: 5780608
  210931: 73b1948
  210927: 007807a
v: v3
  • Loading branch information
Avi Kivity authored and Marcelo Tosatti committed Sep 23, 2010
1 parent c46c893 commit 1add4aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6bbfb2653177a00f70e57e53625502d43804fed0
refs/heads/master: ca242ac9960dc61530e25a2c190e4e13fd5f1ecb
4 changes: 3 additions & 1 deletion trunk/virt/kvm/kvm_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1970,10 +1970,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();
}
Expand Down

0 comments on commit 1add4aa

Please sign in to comment.