diff options
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/kernel/cpu/common.c | 2 | ||||
-rw-r--r-- | arch/x86/kernel/setup_64.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/cpu/common.c b/arch/x86/kernel/cpu/common.c index ecd13c0e8542..e48832a6c2a9 100644 --- a/arch/x86/kernel/cpu/common.c +++ b/arch/x86/kernel/cpu/common.c | |||
@@ -399,7 +399,7 @@ __setup("serialnumber", x86_serial_nr_setup); | |||
399 | /* | 399 | /* |
400 | * This does the hard work of actually picking apart the CPU stuff... | 400 | * This does the hard work of actually picking apart the CPU stuff... |
401 | */ | 401 | */ |
402 | static void __cpuinit identify_cpu(struct cpuinfo_x86 *c) | 402 | void __cpuinit identify_cpu(struct cpuinfo_x86 *c) |
403 | { | 403 | { |
404 | int i; | 404 | int i; |
405 | 405 | ||
diff --git a/arch/x86/kernel/setup_64.c b/arch/x86/kernel/setup_64.c index 90b8bb4748b9..02409100f456 100644 --- a/arch/x86/kernel/setup_64.c +++ b/arch/x86/kernel/setup_64.c | |||
@@ -757,7 +757,7 @@ static void __cpuinit init_amd(struct cpuinfo_x86 *c) | |||
757 | disable_apic_timer = 1; | 757 | disable_apic_timer = 1; |
758 | } | 758 | } |
759 | 759 | ||
760 | static void __cpuinit detect_ht(struct cpuinfo_x86 *c) | 760 | void __cpuinit detect_ht(struct cpuinfo_x86 *c) |
761 | { | 761 | { |
762 | #ifdef CONFIG_SMP | 762 | #ifdef CONFIG_SMP |
763 | u32 eax, ebx, ecx, edx; | 763 | u32 eax, ebx, ecx, edx; |