浏览代码

x86: remove export for smp_call_function_mask.

with this removal, exports for both i386 and x86_64,
regarding the "smp_call_function" series are now the same.

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

+ 0 - 1
arch/x86/kernel/smp_64.c

@@ -400,7 +400,6 @@ int native_smp_call_function_mask(cpumask_t mask,
 	spin_unlock(&call_lock);
 	spin_unlock(&call_lock);
 	return ret;
 	return ret;
 }
 }
-EXPORT_SYMBOL(smp_call_function_mask);
 
 
 /*
 /*
  * smp_call_function_single - Run a function on a specific CPU
  * smp_call_function_single - Run a function on a specific CPU