aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/smp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/smp.h')
-rw-r--r--include/linux/smp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/smp.h b/include/linux/smp.h
index c8488763277f..4f78ea77662c 100644
--- a/include/linux/smp.h
+++ b/include/linux/smp.h
@@ -84,6 +84,11 @@ int smp_call_function_any(const struct cpumask *mask,
84void kick_all_cpus_sync(void); 84void kick_all_cpus_sync(void);
85 85
86/* 86/*
87 * sends a 'pull timer' event to a remote CPU
88 */
89extern void smp_send_pull_timers(int cpu);
90
91/*
87 * Generic and arch helpers 92 * Generic and arch helpers
88 */ 93 */
89#ifdef CONFIG_USE_GENERIC_SMP_HELPERS 94#ifdef CONFIG_USE_GENERIC_SMP_HELPERS