diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-01-30 07:30:16 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:30:16 -0500 |
commit | 8c61b900ebb8ec5918ffd776ba1a61a5f022566d (patch) | |
tree | 894d0ca4990f08324a322e0bdbd06839e9da0430 /include/asm-x86/proto.h | |
parent | 376ff0352c24a5fa47f1250dd60937b5a9077672 (diff) |
x86: make early_indentify_cpu static
early_indentify_cpu is only used in setup_64.c
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/proto.h')
-rw-r--r-- | include/asm-x86/proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-x86/proto.h b/include/asm-x86/proto.h index 64fe816ea37a..9e3d51fd91a2 100644 --- a/include/asm-x86/proto.h +++ b/include/asm-x86/proto.h | |||
@@ -40,8 +40,6 @@ extern int nohpet; | |||
40 | 40 | ||
41 | extern void early_printk(const char *fmt, ...) __attribute__((format(printf,1,2))); | 41 | extern void early_printk(const char *fmt, ...) __attribute__((format(printf,1,2))); |
42 | 42 | ||
43 | extern void early_identify_cpu(struct cpuinfo_x86 *c); | ||
44 | |||
45 | extern int k8_scan_nodes(unsigned long start, unsigned long end); | 43 | extern int k8_scan_nodes(unsigned long start, unsigned long end); |
46 | 44 | ||
47 | extern void numa_initmem_init(unsigned long start_pfn, unsigned long end_pfn); | 45 | extern void numa_initmem_init(unsigned long start_pfn, unsigned long end_pfn); |