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@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
Committed-by: Jan Beulich <jbeulich@suse.com>
spin_unlock(&old_ts->lock);
spin_unlock_irq(&new_ts->lock);
- local_irq_enable();
if ( notify )
cpu_raise_softirq(new_cpu, TIMER_SOFTIRQ);