aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/entry_64.S
diff options
context:
space:
mode:
authorDimitri Sivanich <sivanich@sgi.com>2009-10-14 10:22:57 -0400
committerIngo Molnar <mingo@elte.hu>2009-10-14 12:27:11 -0400
commit4a4de9c7d7111ce4caf422b856756125d8304f9d (patch)
treea34097664f419eeb27f0ecc719b7c882f56afece /arch/x86/kernel/entry_64.S
parentd5991ff297ad2f7e2698eefcd8269df5ecec150f (diff)
x86: UV RTC: Rename generic_interrupt to x86_platform_ipi
Signed-off-by: Dimitri Sivanich <sivanich@sgi.com> LKML-Reference: <20091014142257.GE11048@sgi.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/entry_64.S')
-rw-r--r--arch/x86/kernel/entry_64.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/entry_64.S b/arch/x86/kernel/entry_64.S
index b5c061f8f358..6714432ef381 100644
--- a/arch/x86/kernel/entry_64.S
+++ b/arch/x86/kernel/entry_64.S
@@ -969,8 +969,8 @@ apicinterrupt UV_BAU_MESSAGE \
969#endif 969#endif
970apicinterrupt LOCAL_TIMER_VECTOR \ 970apicinterrupt LOCAL_TIMER_VECTOR \
971 apic_timer_interrupt smp_apic_timer_interrupt 971 apic_timer_interrupt smp_apic_timer_interrupt
972apicinterrupt GENERIC_INTERRUPT_VECTOR \ 972apicinterrupt X86_PLATFORM_IPI_VECTOR \
973 generic_interrupt smp_generic_interrupt 973 x86_platform_ipi smp_x86_platform_ipi
974 974
975#ifdef CONFIG_SMP 975#ifdef CONFIG_SMP
976apicinterrupt INVALIDATE_TLB_VECTOR_START+0 \ 976apicinterrupt INVALIDATE_TLB_VECTOR_START+0 \