summaryrefslogtreecommitdiffstats
path: root/include/asm-x86/processor.h
diff options
context:
space:
mode:
authorYinghai Lu2008-06-21 12:24:19 +0200
committerIngo Molnar2008-07-08 12:48:34 +0200
commitf580366f77cc4e035a68369105fbeae5bf436b4c (patch)
treeaddd3a9503c63defe45320040d85fac4fb6f943a /include/asm-x86/processor.h
parentx86: remove some acpi ifdefs in setup_32/64 (diff)
downloadkernel-qcow2-linux-f580366f77cc4e035a68369105fbeae5bf436b4c.tar.gz
kernel-qcow2-linux-f580366f77cc4e035a68369105fbeae5bf436b4c.tar.xz
kernel-qcow2-linux-f580366f77cc4e035a68369105fbeae5bf436b4c.zip
x86: seperate funcs from setup_64 to cpu common_64.c
Signed-off-by: Yinghai Lu <yhlu.kernel@mail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/processor.h')
-rw-r--r--include/asm-x86/processor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/processor.h b/include/asm-x86/processor.h
index 4ab2ede6f4b9..a5df34fb5231 100644
--- a/include/asm-x86/processor.h
+++ b/include/asm-x86/processor.h
@@ -153,6 +153,7 @@ static inline int hlt_works(int cpu)
extern void cpu_detect(struct cpuinfo_x86 *c);
+extern void early_cpu_init(void);
extern void identify_cpu(struct cpuinfo_x86 *);
extern void identify_boot_cpu(void);
extern void identify_secondary_cpu(struct cpuinfo_x86 *);