timer: remove stray local_irq_enable()
authorDavid Vrabel <david.vrabel@citrix.com>
Thu, 6 Sep 2012 14:39:01 +0000 (16:39 +0200)
committerDavid Vrabel <david.vrabel@citrix.com>
Thu, 6 Sep 2012 14:39:01 +0000 (16:39 +0200)
commit102ec7e2fc1c0290ed8207a78251ebba9157f8ce
treede18efb6d331f9001a1ad3a4ca765507bf0fc29f
parente3375c7ffb90a8f72c219109840b8b6e51a10a12
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@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
Committed-by: Jan Beulich <jbeulich@suse.com>
xen/common/timer.c