aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/smp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/smp.h')
-rw-r--r--include/asm-x86/smp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-x86/smp.h b/include/asm-x86/smp.h
index ee98beeb7511..28f33c03d793 100644
--- a/include/asm-x86/smp.h
+++ b/include/asm-x86/smp.h
@@ -23,6 +23,11 @@ struct smp_ops {
23 23
24#ifdef CONFIG_SMP 24#ifdef CONFIG_SMP
25extern struct smp_ops smp_ops; 25extern struct smp_ops smp_ops;
26
27static inline void smp_send_reschedule(int cpu)
28{
29 smp_ops.smp_send_reschedule(cpu);
30}
26#endif 31#endif
27 32
28#ifdef CONFIG_X86_32 33#ifdef CONFIG_X86_32