diff options
Diffstat (limited to 'arch/x86/kernel/smpboot_64.c')
-rw-r--r-- | arch/x86/kernel/smpboot_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/smpboot_64.c b/arch/x86/kernel/smpboot_64.c index 1e8f00a1d624..20f1c7df86a3 100644 --- a/arch/x86/kernel/smpboot_64.c +++ b/arch/x86/kernel/smpboot_64.c | |||
@@ -918,7 +918,7 @@ void __init native_smp_cpus_done(unsigned int max_cpus) | |||
918 | 918 | ||
919 | #ifdef CONFIG_HOTPLUG_CPU | 919 | #ifdef CONFIG_HOTPLUG_CPU |
920 | 920 | ||
921 | static void remove_siblinginfo(int cpu) | 921 | void remove_siblinginfo(int cpu) |
922 | { | 922 | { |
923 | int sibling; | 923 | int sibling; |
924 | struct cpuinfo_x86 *c = &cpu_data(cpu); | 924 | struct cpuinfo_x86 *c = &cpu_data(cpu); |