diff options
author | Dimitri Sivanich <sivanich@sgi.com> | 2009-10-14 10:22:57 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-10-14 12:27:11 -0400 |
commit | 4a4de9c7d7111ce4caf422b856756125d8304f9d (patch) | |
tree | a34097664f419eeb27f0ecc719b7c882f56afece /arch/x86/kernel/entry_64.S | |
parent | d5991ff297ad2f7e2698eefcd8269df5ecec150f (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.S | 4 |
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 |
970 | apicinterrupt LOCAL_TIMER_VECTOR \ | 970 | apicinterrupt LOCAL_TIMER_VECTOR \ |
971 | apic_timer_interrupt smp_apic_timer_interrupt | 971 | apic_timer_interrupt smp_apic_timer_interrupt |
972 | apicinterrupt GENERIC_INTERRUPT_VECTOR \ | 972 | apicinterrupt 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 |
976 | apicinterrupt INVALIDATE_TLB_VECTOR_START+0 \ | 976 | apicinterrupt INVALIDATE_TLB_VECTOR_START+0 \ |