diff options
Diffstat (limited to 'include/asm-x86/smp_32.h')
-rw-r--r-- | include/asm-x86/smp_32.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-x86/smp_32.h b/include/asm-x86/smp_32.h index 74755e8ffc77..c60a3dd3e802 100644 --- a/include/asm-x86/smp_32.h +++ b/include/asm-x86/smp_32.h | |||
@@ -60,10 +60,6 @@ static inline void smp_send_stop(void) | |||
60 | { | 60 | { |
61 | smp_ops.smp_send_stop(); | 61 | smp_ops.smp_send_stop(); |
62 | } | 62 | } |
63 | static inline void smp_send_reschedule(int cpu) | ||
64 | { | ||
65 | smp_ops.smp_send_reschedule(cpu); | ||
66 | } | ||
67 | static inline int smp_call_function_mask(cpumask_t mask, | 63 | static inline int smp_call_function_mask(cpumask_t mask, |
68 | void (*func) (void *info), void *info, | 64 | void (*func) (void *info), void *info, |
69 | int wait) | 65 | int wait) |