|
@@ -100,6 +100,7 @@ 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);
|
|
void kick_all_cpus_sync(void);
|
|
|
|
+void wake_up_all_idle_cpus(void);
|
|
|
|
|
|
/*
|
|
/*
|
|
* Generic and arch helpers
|
|
* Generic and arch helpers
|
|
@@ -148,6 +149,7 @@ smp_call_function_any(const struct cpumask *mask, smp_call_func_t func,
|
|
}
|
|
}
|
|
|
|
|
|
static inline void kick_all_cpus_sync(void) { }
|
|
static inline void kick_all_cpus_sync(void) { }
|
|
|
|
+static inline void wake_up_all_idle_cpus(void) { }
|
|
|
|
|
|
#endif /* !SMP */
|
|
#endif /* !SMP */
|
|
|
|
|