diff options
Diffstat (limited to 'arch/x86/kernel/entry_64.S')
-rw-r--r-- | arch/x86/kernel/entry_64.S | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/kernel/entry_64.S b/arch/x86/kernel/entry_64.S index 3194636a4293..fc013cfde307 100644 --- a/arch/x86/kernel/entry_64.S +++ b/arch/x86/kernel/entry_64.S | |||
@@ -984,6 +984,11 @@ apicinterrupt ERROR_APIC_VECTOR \ | |||
984 | apicinterrupt SPURIOUS_APIC_VECTOR \ | 984 | apicinterrupt SPURIOUS_APIC_VECTOR \ |
985 | spurious_interrupt smp_spurious_interrupt | 985 | spurious_interrupt smp_spurious_interrupt |
986 | 986 | ||
987 | #ifdef CONFIG_PERF_COUNTERS | ||
988 | apicinterrupt LOCAL_PERF_VECTOR \ | ||
989 | perf_counter_interrupt smp_perf_counter_interrupt | ||
990 | #endif | ||
991 | |||
987 | /* | 992 | /* |
988 | * Exception entry points. | 993 | * Exception entry points. |
989 | */ | 994 | */ |