diff options
-rw-r--r-- | arch/x86/xen/spinlock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/xen/spinlock.c b/arch/x86/xen/spinlock.c index 83e866d714ce..f7a080ef0354 100644 --- a/arch/x86/xen/spinlock.c +++ b/arch/x86/xen/spinlock.c | |||
@@ -328,7 +328,6 @@ static noinline void xen_spin_unlock_slow(struct xen_spinlock *xl) | |||
328 | if (per_cpu(lock_spinners, cpu) == xl) { | 328 | if (per_cpu(lock_spinners, cpu) == xl) { |
329 | ADD_STATS(released_slow_kicked, 1); | 329 | ADD_STATS(released_slow_kicked, 1); |
330 | xen_send_IPI_one(cpu, XEN_SPIN_UNLOCK_VECTOR); | 330 | xen_send_IPI_one(cpu, XEN_SPIN_UNLOCK_VECTOR); |
331 | break; | ||
332 | } | 331 | } |
333 | } | 332 | } |
334 | } | 333 | } |