x86/apic: Drop local_irq_save/restore in timer callbacks
authorThomas Gleixner <tglx@linutronix.de>
Wed, 29 Jul 2015 22:30:51 +0000 (00:30 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 29 Jul 2015 22:51:47 +0000 (00:51 +0200)
These callbacks are called with interrupts disabled from the core
code. Fixup the local caller to disable interrupts.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Viresh Kumar <viresh.kumar@linaro.org>
arch/x86/kernel/apic/apic.c

Simple merge