Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356940
b: refs/heads/master
c: 76eaca0
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Bader authored and Konrad Rzeszutek Wilk committed Feb 20, 2013
1 parent 7c6ba7c commit 903f376
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 3216dceb31c08be08ea98814a9ca5775fa680389
refs/heads/master: 76eaca031f0af2bb303e405986f637811956a422
1 change: 0 additions & 1 deletion trunk/arch/x86/xen/spinlock.c
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ static noinline void xen_spin_unlock_slow(struct xen_spinlock *xl)
if (per_cpu(lock_spinners, cpu) == xl) {
ADD_STATS(released_slow_kicked, 1);
xen_send_IPI_one(cpu, XEN_SPIN_UNLOCK_VECTOR);
break;
}
}
}
Expand Down

0 comments on commit 903f376

Please sign in to comment.