Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197758
b: refs/heads/master
c: 66cbff5
h: refs/heads/master
v: v3
  • Loading branch information
Lai Jiangshan authored and Avi Kivity committed May 17, 2010
1 parent 4866e47 commit 407d76d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 87bc3bf972af0585ba5415aebbc8bd09b6a2ee94
refs/heads/master: 66cbff59a16017234ea6c80ecddfc17b27a83504
5 changes: 0 additions & 5 deletions trunk/virt/kvm/kvm_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1931,11 +1931,6 @@ static int kvm_cpu_hotplug(struct notifier_block *notifier, unsigned long val,
cpu);
hardware_disable(NULL);
break;
case CPU_UP_CANCELED:
printk(KERN_INFO "kvm: disabling virtualization on CPU%d\n",
cpu);
smp_call_function_single(cpu, hardware_disable, NULL, 1);
break;
case CPU_ONLINE:
printk(KERN_INFO "kvm: enabling virtualization on CPU%d\n",
cpu);
Expand Down

0 comments on commit 407d76d

Please sign in to comment.