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>
This commit is contained in:
committed by
Ingo Molnar
parent
376ff0352c
commit
8c61b900eb
@@ -40,8 +40,6 @@ extern int nohpet;
|
||||
|
||||
extern void early_printk(const char *fmt, ...) __attribute__((format(printf,1,2)));
|
||||
|
||||
extern void early_identify_cpu(struct cpuinfo_x86 *c);
|
||||
|
||||
extern int k8_scan_nodes(unsigned long start, unsigned long end);
|
||||
|
||||
extern void numa_initmem_init(unsigned long start_pfn, unsigned long end_pfn);
|
||||
|
Reference in New Issue
Block a user