Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113257
b: refs/heads/master
c: 5c51c63
h: refs/heads/master
i:
  113255: d5dd726
v: v3
  • Loading branch information
Alex Nixon authored and Ingo Molnar committed Sep 5, 2008
1 parent a87302f commit bd7d3db
Show file tree
Hide file tree
Showing 2 changed files with 2 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: d68d82afd4c88e25763b23cd9cd4974573a3706f
refs/heads/master: 5c51c637e489f3f4d58d51365b0c558549918858
2 changes: 1 addition & 1 deletion trunk/drivers/xen/cpu_hotplug.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ static int __init setup_vcpu_hotplug_event(void)
static struct notifier_block xsn_cpu = {
.notifier_call = setup_cpu_watcher };

if (!is_running_on_xen())
if (!xen_pv_domain())
return -ENODEV;

register_xenstore_notifier(&xsn_cpu);
Expand Down

0 comments on commit bd7d3db

Please sign in to comment.