提交 64a26a73 编写于 作者: A Andi Kleen 提交者: Andi Kleen

[PATCH] x86-64: Export smp_call_function_single

smp_call_function() is exported, makes sense to export this one too.
Signed-off-by: NAndi Kleen <ak@suse.de>
上级 d9408cef
......@@ -385,6 +385,7 @@ int smp_call_function_single (int cpu, void (*func) (void *info), void *info,
put_cpu();
return 0;
}
EXPORT_SYMBOL(smp_call_function_single);
/*
* this function sends a 'generic call function' IPI to all other CPUs
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册