浏览代码

x86: make remove_siblinginfo non-static

this is done to match i386

Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Glauber Costa 17 年之前
父节点
当前提交
61d5989973
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/x86/kernel/smpboot_64.c

+ 1 - 1
arch/x86/kernel/smpboot_64.c

@@ -918,7 +918,7 @@ void __init native_smp_cpus_done(unsigned int max_cpus)
 
 
 #ifdef CONFIG_HOTPLUG_CPU
 #ifdef CONFIG_HOTPLUG_CPU
 
 
-static void remove_siblinginfo(int cpu)
+void remove_siblinginfo(int cpu)
 {
 {
 	int sibling;
 	int sibling;
 	struct cpuinfo_x86 *c = &cpu_data(cpu);
 	struct cpuinfo_x86 *c = &cpu_data(cpu);