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:
Jan Beulich
2007-07-15 23:38:17 -07:00
committed by Linus Torvalds
parent 140d5a4904
commit 98011f569e
2 changed files with 9 additions and 9 deletions

View File

@ -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;