Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145823
b: refs/heads/master
c: e9e2d1f
h: refs/heads/master
i:
  145821: d6b79fc
  145819: b6afe33
  145815: 1ebc8b6
  145807: 9d55383
  145791: 6675e3a
v: v3
  • Loading branch information
Hannes Eder authored and Jeremy Fitzhardinge committed Mar 30, 2009
1 parent 15e60c6 commit c51f7e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: b4b7e58590d0e94ed78bd6be1aa163caba7b6c74
refs/heads/master: e9e2d1ffcfdb38bed11a3064aa74bea9ee38ed80
4 changes: 2 additions & 2 deletions trunk/arch/x86/xen/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ static int __cpuinit xen_cpu_up(unsigned int cpu)
BUG_ON(rc);

while(per_cpu(cpu_state, cpu) != CPU_ONLINE) {
HYPERVISOR_sched_op(SCHEDOP_yield, 0);
HYPERVISOR_sched_op(SCHEDOP_yield, NULL);
barrier();
}

Expand Down Expand Up @@ -422,7 +422,7 @@ static void xen_smp_send_call_function_ipi(const struct cpumask *mask)
/* Make sure other vcpus get a chance to run if they need to. */
for_each_cpu(cpu, mask) {
if (xen_vcpu_stolen(cpu)) {
HYPERVISOR_sched_op(SCHEDOP_yield, 0);
HYPERVISOR_sched_op(SCHEDOP_yield, NULL);
break;
}
}
Expand Down

0 comments on commit c51f7e3

Please sign in to comment.