diff options
Diffstat (limited to 'include/linux/smp.h')
-rw-r--r-- | include/linux/smp.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/linux/smp.h b/include/linux/smp.h index b6069c8e1f04..9dfa3ee769ae 100644 --- a/include/linux/smp.h +++ b/include/linux/smp.h | |||
@@ -94,13 +94,7 @@ void smp_prepare_boot_cpu(void); | |||
94 | */ | 94 | */ |
95 | #define raw_smp_processor_id() 0 | 95 | #define raw_smp_processor_id() 0 |
96 | #define hard_smp_processor_id() 0 | 96 | #define hard_smp_processor_id() 0 |
97 | 97 | #define smp_call_function(func,info,retry,wait) ({ 0; }) | |
98 | static inline int smp_call_function(void (*func) (void *info), void *info, | ||
99 | int retry, int wait) | ||
100 | { | ||
101 | return 0; | ||
102 | } | ||
103 | |||
104 | #define on_each_cpu(func,info,retry,wait) ({ func(info); 0; }) | 98 | #define on_each_cpu(func,info,retry,wait) ({ func(info); 0; }) |
105 | static inline void smp_send_reschedule(int cpu) { } | 99 | static inline void smp_send_reschedule(int cpu) { } |
106 | #define num_booting_cpus() 1 | 100 | #define num_booting_cpus() 1 |