diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-06-21 03:24:19 -0700 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-08 12:48:34 +0200 |
commit | f580366f77cc4e035a68369105fbeae5bf436b4c (patch) | |
tree | addd3a9503c63defe45320040d85fac4fb6f943a /include/asm-x86/processor.h | |
parent | 04606618bb50c4ec754585a82732ea4facfe2bc9 (diff) | |
download | kernel_samsung_tuna-f580366f77cc4e035a68369105fbeae5bf436b4c.zip kernel_samsung_tuna-f580366f77cc4e035a68369105fbeae5bf436b4c.tar.gz kernel_samsung_tuna-f580366f77cc4e035a68369105fbeae5bf436b4c.tar.bz2 |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/processor.h b/include/asm-x86/processor.h index 4ab2ede..a5df34f 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 *); |