]> xenbits.xensource.com Git - xen.git/commit
x86/nmi: remove spurious local_irq_enable from check_nmi_watchdog()
authorDavid Vrabel <david.vrabel@citrix.com>
Thu, 15 May 2014 13:32:01 +0000 (15:32 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 15 May 2014 13:32:01 +0000 (15:32 +0200)
commitd8af81a848e78f9a98b7a8c4e30dca31bbb7c5d0
tree72b409d3d9211cc9417be1d0528e05899f2641b2
parent3d239dce98abf6afef1ac2632ad357f9d739a405
x86/nmi: remove spurious local_irq_enable from check_nmi_watchdog()

All callers of check_nmi_watchdog() already have local irqs enabled so
remove the unpaired local_irq_enable().

Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Tim Deegan <tim@xen.org>
xen/arch/x86/nmi.c