diff options
author | Andrea Bastoni <bastoni@cs.unc.edu> | 2009-12-17 21:47:51 -0500 |
---|---|---|
committer | Andrea Bastoni <bastoni@cs.unc.edu> | 2009-12-17 21:47:51 -0500 |
commit | dca58944f6c63db5fb622e9e7e8581cc652f6a54 (patch) | |
tree | 9f32c75add14c3734bab7684f6239cc6a33dfd47 | |
parent | 3d6e88ccd9fbb6f96a8bb3af09bdfbb151f353e4 (diff) |
Porting pull_timers_interrupt() on x86_64
-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 b5c061f8f358..5e9b0e538a18 100644 --- a/arch/x86/kernel/entry_64.S +++ b/arch/x86/kernel/entry_64.S | |||
@@ -1008,6 +1008,8 @@ apicinterrupt CALL_FUNCTION_VECTOR \ | |||
1008 | call_function_interrupt smp_call_function_interrupt | 1008 | call_function_interrupt smp_call_function_interrupt |
1009 | apicinterrupt RESCHEDULE_VECTOR \ | 1009 | apicinterrupt RESCHEDULE_VECTOR \ |
1010 | reschedule_interrupt smp_reschedule_interrupt | 1010 | reschedule_interrupt smp_reschedule_interrupt |
1011 | apicinterrupt PULL_TIMERS_VECTOR \ | ||
1012 | pull_timers_interrupt smp_pull_timers_interrupt | ||
1011 | #endif | 1013 | #endif |
1012 | 1014 | ||
1013 | apicinterrupt ERROR_APIC_VECTOR \ | 1015 | apicinterrupt ERROR_APIC_VECTOR \ |