x86: Consolidate irq entering inlines
authorThomas Gleixner <tglx@linutronix.de>
Fri, 15 May 2015 13:50:45 +0000 (15:50 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 15 May 2015 14:04:49 +0000 (16:04 +0200)
commit6dc178760553605c58d78bd403dfcb4e042c5b72
treec0629434c3ed4cba49119389cd2716d40958be3a
parent6af7faf6076697a39438cf38e21b4035e2ebdac9
x86: Consolidate irq entering inlines

smp.c and irq_work.c implement the same inline helper. Move it to
apic.h and use it everywhere.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
arch/x86/include/asm/apic.h
arch/x86/kernel/irq_work.c
arch/x86/kernel/smp.c