diff options
Diffstat (limited to 'include/linux/smp.h')
-rw-r--r-- | include/linux/smp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/smp.h b/include/linux/smp.h index eccae4690f41..8e0cb7a0f836 100644 --- a/include/linux/smp.h +++ b/include/linux/smp.h | |||
@@ -196,6 +196,9 @@ extern void arch_enable_nonboot_cpus_end(void); | |||
196 | 196 | ||
197 | void smp_setup_processor_id(void); | 197 | void smp_setup_processor_id(void); |
198 | 198 | ||
199 | int smp_call_on_cpu(unsigned int cpu, int (*func)(void *), void *par, | ||
200 | bool phys); | ||
201 | |||
199 | /* SMP core functions */ | 202 | /* SMP core functions */ |
200 | int smpcfd_prepare_cpu(unsigned int cpu); | 203 | int smpcfd_prepare_cpu(unsigned int cpu); |
201 | int smpcfd_dead_cpu(unsigned int cpu); | 204 | int smpcfd_dead_cpu(unsigned int cpu); |