diff options
author | Andrea Bastoni <bastoni@cs.unc.edu> | 2009-12-17 21:44:47 -0500 |
---|---|---|
committer | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-05-29 17:19:34 -0400 |
commit | b085cafc43bc395e255626204169e20a587f28ba (patch) | |
tree | eb341e468f691c6b3e6212a4631af434e8f09937 /include/linux/smp.h | |
parent | 50ca05ff9cc85176c3ee18bf1363d3d7c34aa355 (diff) |
[ported from 2008.3] Add send_pull_timers() support for x86_32 arch
Diffstat (limited to 'include/linux/smp.h')
-rw-r--r-- | include/linux/smp.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/smp.h b/include/linux/smp.h index 39c64bae776d..76bb3e45351f 100644 --- a/include/linux/smp.h +++ b/include/linux/smp.h | |||
@@ -77,6 +77,11 @@ void __smp_call_function_single(int cpuid, struct call_single_data *data, | |||
77 | int wait); | 77 | int wait); |
78 | 78 | ||
79 | /* | 79 | /* |
80 | * sends a 'pull timer' event to a remote CPU | ||
81 | */ | ||
82 | extern void smp_send_pull_timers(int cpu); | ||
83 | |||
84 | /* | ||
80 | * Generic and arch helpers | 85 | * Generic and arch helpers |
81 | */ | 86 | */ |
82 | #ifdef CONFIG_USE_GENERIC_SMP_HELPERS | 87 | #ifdef CONFIG_USE_GENERIC_SMP_HELPERS |