提交 0d26d1d8 编写于 作者: J Jan Beulich 提交者: Ingo Molnar

x86/mm: Mark free_initrd_mem() as __init

... matching various other architectures.
Signed-off-by: NJan Beulich <jbeulich@suse.com>
Link: http://lkml.kernel.org/r/4FDF1F5C020000780008A661@nat28.tlf.novell.comSigned-off-by: NIngo Molnar <mingo@kernel.org>
上级 e1b6fc55
......@@ -385,7 +385,7 @@ void free_initmem(void)
}
#ifdef CONFIG_BLK_DEV_INITRD
void free_initrd_mem(unsigned long start, unsigned long end)
void __init free_initrd_mem(unsigned long start, unsigned long end)
{
/*
* end could be not aligned, and We can not align that,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册