aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/smp_64.h
diff options
context:
space:
mode:
authorGlauber Costa <gcosta@redhat.com>2008-03-03 12:12:34 -0500
committerIngo Molnar <mingo@elte.hu>2008-04-17 11:40:53 -0400
commit8678969e60d80527d96d2af0011e72c87c9c1fe5 (patch)
tree4be2bc2caabfb76dbb7a3b09a2774bcc52e9ff53 /include/asm-x86/smp_64.h
parentc76cb36846da6d5d6fb2951968869faa4fd1001d (diff)
x86: merge smp_send_reschedule
function definition is moved to common header, x86_64 version is now called native_smp_send_reschedule Signed-off-by: Glauber Costa <gcosta@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/smp_64.h')
-rw-r--r--include/asm-x86/smp_64.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-x86/smp_64.h b/include/asm-x86/smp_64.h
index 284f701f2a8b..b9204584aa06 100644
--- a/include/asm-x86/smp_64.h
+++ b/include/asm-x86/smp_64.h
@@ -65,8 +65,6 @@ static inline int num_booting_cpus(void)
65 return cpus_weight(cpu_callout_map); 65 return cpus_weight(cpu_callout_map);
66} 66}
67 67
68extern void smp_send_reschedule(int cpu);
69
70#else /* CONFIG_SMP */ 68#else /* CONFIG_SMP */
71 69
72extern unsigned int boot_cpu_id; 70extern unsigned int boot_cpu_id;