提交 5048bcba 编写于 作者: R Russell King 提交者: Russell King

[ARM] setup_profiling_timer must not be __init

It's called by writes to /proc/profile, so it must not be marked __init
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 037e20a3
...@@ -630,7 +630,7 @@ void smp_send_stop(void) ...@@ -630,7 +630,7 @@ void smp_send_stop(void)
/* /*
* not supported here * not supported here
*/ */
int __init setup_profiling_timer(unsigned int multiplier) int setup_profiling_timer(unsigned int multiplier)
{ {
return -EINVAL; return -EINVAL;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册