diff options
author | Glauber Costa <gcosta@redhat.com> | 2008-03-03 18:12:35 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 17:40:53 +0200 |
commit | 64b1a21e0924dca7ea3b7cf4287fa719c8ba7fc5 (patch) | |
tree | 189bd464e319f2980d3832978b06a757d1d55092 /include/asm-x86/smp_32.h | |
parent | x86: merge smp_send_reschedule (diff) | |
download | linux-64b1a21e0924dca7ea3b7cf4287fa719c8ba7fc5.tar.xz linux-64b1a21e0924dca7ea3b7cf4287fa719c8ba7fc5.zip |
x86: unify smp_call_function_mask
definition is moved to common header, x86_64 function name
now is native_smp_call_function_mask
Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/smp_32.h')
-rw-r--r-- | include/asm-x86/smp_32.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-x86/smp_32.h b/include/asm-x86/smp_32.h index c60a3dd3e802..d9337ee8c2fc 100644 --- a/include/asm-x86/smp_32.h +++ b/include/asm-x86/smp_32.h @@ -60,12 +60,6 @@ static inline void smp_send_stop(void) { smp_ops.smp_send_stop(); } -static inline int smp_call_function_mask(cpumask_t mask, - void (*func) (void *info), void *info, - int wait) -{ - return smp_ops.smp_call_function_mask(mask, func, info, wait); -} void native_smp_prepare_boot_cpu(void); void native_smp_prepare_cpus(unsigned int max_cpus); |