mm: fix improper .init-type section references
.. which modpost started warning about. Signed-off-by: Jan Beulich <jbeulich@novell.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
140d5a4904
commit
98011f569e
@ -215,7 +215,7 @@ int kthread_stop(struct task_struct *k)
|
||||
EXPORT_SYMBOL(kthread_stop);
|
||||
|
||||
|
||||
static __init void kthreadd_setup(void)
|
||||
static noinline __init_refok void kthreadd_setup(void)
|
||||
{
|
||||
struct task_struct *tsk = current;
|
||||
|
||||
|
Reference in New Issue
Block a user