|
@@ -81,6 +81,8 @@ void __smp_call_function_single(int cpuid, struct call_single_data *data,
|
|
int smp_call_function_any(const struct cpumask *mask,
|
|
int smp_call_function_any(const struct cpumask *mask,
|
|
smp_call_func_t func, void *info, int wait);
|
|
smp_call_func_t func, void *info, int wait);
|
|
|
|
|
|
|
|
+void kick_all_cpus_sync(void);
|
|
|
|
+
|
|
/*
|
|
/*
|
|
* Generic and arch helpers
|
|
* Generic and arch helpers
|
|
*/
|
|
*/
|
|
@@ -192,6 +194,8 @@ smp_call_function_any(const struct cpumask *mask, smp_call_func_t func,
|
|
return smp_call_function_single(0, func, info, wait);
|
|
return smp_call_function_single(0, func, info, wait);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+static inline void kick_all_cpus_sync(void) { }
|
|
|
|
+
|
|
#endif /* !SMP */
|
|
#endif /* !SMP */
|
|
|
|
|
|
/*
|
|
/*
|