diff options
Diffstat (limited to 'arch/x86/kernel/setup_64.c')
-rw-r--r-- | arch/x86/kernel/setup_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/setup_64.c b/arch/x86/kernel/setup_64.c index 9ee2bc30d530..c9b7f44ea497 100644 --- a/arch/x86/kernel/setup_64.c +++ b/arch/x86/kernel/setup_64.c | |||
@@ -530,7 +530,7 @@ static int nearby_node(int apicid) | |||
530 | * On a AMD dual core setup the lower bits of the APIC id distingush the cores. | 530 | * On a AMD dual core setup the lower bits of the APIC id distingush the cores. |
531 | * Assumes number of cores is a power of two. | 531 | * Assumes number of cores is a power of two. |
532 | */ | 532 | */ |
533 | static void __init amd_detect_cmp(struct cpuinfo_x86 *c) | 533 | static void __cpuinit amd_detect_cmp(struct cpuinfo_x86 *c) |
534 | { | 534 | { |
535 | #ifdef CONFIG_SMP | 535 | #ifdef CONFIG_SMP |
536 | unsigned bits; | 536 | unsigned bits; |