aboutsummaryrefslogtreecommitdiff
path: root/include/asm-x86/smp.h
diff options
context:
space:
mode:
authorGlauber Costa <gcosta@redhat.com>2008-06-04 15:35:03 -0300
committerIngo Molnar <mingo@elte.hu>2008-07-08 12:48:24 +0200
commit1481a3dd42c21ac4a8b9497cb9f5df816d6b064f (patch)
tree9c183950aeba74cdd5e436b8e3c32d757fc30fba /include/asm-x86/smp.h
parentb553a1e0ff48bd66fd18f705370e47c0b4ecea61 (diff)
x86: move cpu_exit_clear to process_32.c
Take it out of smpboot.c, and move it to process_32.c, closer to its only user. Signed-off-by: Glauber Costa <gcosta@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/smp.h')
-rw-r--r--include/asm-x86/smp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-x86/smp.h b/include/asm-x86/smp.h
index fc1007321ef..fad45f6a193 100644
--- a/include/asm-x86/smp.h
+++ b/include/asm-x86/smp.h
@@ -188,7 +188,6 @@ static inline int hard_smp_processor_id(void)
#endif /* CONFIG_X86_LOCAL_APIC */
#ifdef CONFIG_HOTPLUG_CPU
-extern void cpu_exit_clear(void);
extern void cpu_uninit(void);
#endif