diff options
Diffstat (limited to 'arch/x86/kernel/entry_64.S')
-rw-r--r-- | arch/x86/kernel/entry_64.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/entry_64.S b/arch/x86/kernel/entry_64.S index 7ac938a4bfab..2a5433723cbc 100644 --- a/arch/x86/kernel/entry_64.S +++ b/arch/x86/kernel/entry_64.S | |||
@@ -1183,6 +1183,8 @@ apicinterrupt CALL_FUNCTION_VECTOR \ | |||
1183 | call_function_interrupt smp_call_function_interrupt | 1183 | call_function_interrupt smp_call_function_interrupt |
1184 | apicinterrupt RESCHEDULE_VECTOR \ | 1184 | apicinterrupt RESCHEDULE_VECTOR \ |
1185 | reschedule_interrupt smp_reschedule_interrupt | 1185 | reschedule_interrupt smp_reschedule_interrupt |
1186 | apicinterrupt PULL_TIMERS_VECTOR \ | ||
1187 | pull_timers_interrupt smp_pull_timers_interrupt | ||
1186 | #endif | 1188 | #endif |
1187 | 1189 | ||
1188 | apicinterrupt ERROR_APIC_VECTOR \ | 1190 | apicinterrupt ERROR_APIC_VECTOR \ |