Loading arch/x86/kernel/setup_64.c +3 −1 Original line number Diff line number Diff line Loading @@ -141,6 +141,8 @@ struct resource bss_resource = { .flags = IORESOURCE_RAM, }; static void __cpuinit early_identify_cpu(struct cpuinfo_x86 *c); #ifdef CONFIG_PROC_VMCORE /* elfcorehdr= specifies the location of elf core header * stored by the crashed kernel. This option will be passed Loading Loading @@ -844,7 +846,7 @@ struct cpu_model_info { /* Do some early cpuid on the boot CPU to get some parameter that are needed before check_bugs. Everything advanced is in identify_cpu below. */ void __cpuinit early_identify_cpu(struct cpuinfo_x86 *c) static void __cpuinit early_identify_cpu(struct cpuinfo_x86 *c) { u32 tfms; Loading include/asm-x86/proto.h +0 −2 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
arch/x86/kernel/setup_64.c +3 −1 Original line number Diff line number Diff line Loading @@ -141,6 +141,8 @@ struct resource bss_resource = { .flags = IORESOURCE_RAM, }; static void __cpuinit early_identify_cpu(struct cpuinfo_x86 *c); #ifdef CONFIG_PROC_VMCORE /* elfcorehdr= specifies the location of elf core header * stored by the crashed kernel. This option will be passed Loading Loading @@ -844,7 +846,7 @@ struct cpu_model_info { /* Do some early cpuid on the boot CPU to get some parameter that are needed before check_bugs. Everything advanced is in identify_cpu below. */ void __cpuinit early_identify_cpu(struct cpuinfo_x86 *c) static void __cpuinit early_identify_cpu(struct cpuinfo_x86 *c) { u32 tfms; Loading
include/asm-x86/proto.h +0 −2 Original line number Diff line number Diff line Loading @@ -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); Loading