|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] timer: remove stray local_irq_enable()
# HG changeset patch
# User David Vrabel <david.vrabel@xxxxxxxxxx>
# Date 1346942341 -7200
# Node ID 19d367bf07b7687b831c212a57a70e73ea14d3b7
# Parent cbc0c2368a6d1984c4d48a9d5554372be8c49e17
timer: remove stray local_irq_enable()
migrate_timers_from_cpu() has a stray local_irq_enable() that does
nothing (it's immediately after a spin_unlock_irq()) and has no
matching local_irq_disable().
Signed-off-by: David Vrabel <david.vrabel@xxxxxxxxxx>
Acked-by: Jan Beulich <jbeulich@xxxxxxxx>
Acked-by: Keir Fraser <keir@xxxxxxx>
Committed-by: Jan Beulich <jbeulich@xxxxxxxx>
---
diff -r cbc0c2368a6d -r 19d367bf07b7 xen/common/timer.c
--- a/xen/common/timer.c Wed Sep 05 15:09:48 2012 +0200
+++ b/xen/common/timer.c Thu Sep 06 16:39:01 2012 +0200
@@ -587,7 +587,6 @@ static void migrate_timers_from_cpu(unsi
spin_unlock(&old_ts->lock);
spin_unlock_irq(&new_ts->lock);
- local_irq_enable();
if ( notify )
cpu_raise_softirq(new_cpu, TIMER_SOFTIRQ);
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |