提交 7bb2e269 编写于 作者: R Robert Richter

oprofile, s390: Fix section mismatch of function hws_cpu_callback()

Fixes the following section mismatch:

 Section mismatch in reference from the variable hws_cpu_notifier to the function .cpuinit.text:hws_cpu_callback()
Acked-by: NHeiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: NRobert Richter <robert.richter@amd.com>
上级 a0d76247
......@@ -578,7 +578,7 @@ static struct notifier_block hws_oom_notifier = {
.notifier_call = hws_oom_callback
};
static int __cpuinit hws_cpu_callback(struct notifier_block *nfb,
static int hws_cpu_callback(struct notifier_block *nfb,
unsigned long action, void *hcpu)
{
/* We do not have sampler space available for all possible CPUs.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册