提交 e4fc5a1a 编写于 作者: D David Howells 提交者: Linus Torvalds

FRV: Remove the section annotation on free_initmem()

Remove the section annotation on FRV's free_initmem().  It can't be marked
__init, lest it free itself.
Signed-off-by: NDavid Howells <dhowells@redhat.com>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 dbeeb816
...@@ -197,7 +197,7 @@ void __init mem_init(void) ...@@ -197,7 +197,7 @@ void __init mem_init(void)
/* /*
* free the memory that was only required for initialisation * free the memory that was only required for initialisation
*/ */
void __init free_initmem(void) void free_initmem(void)
{ {
#if defined(CONFIG_RAMKERNEL) && !defined(CONFIG_PROTECT_KERNEL) #if defined(CONFIG_RAMKERNEL) && !defined(CONFIG_PROTECT_KERNEL)
unsigned long start, end, addr; unsigned long start, end, addr;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册