diff options
author | David Howells <dhowells@redhat.com> | 2007-11-06 16:54:44 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-11-09 18:02:25 -0500 |
commit | e4fc5a1a2acab67867c9858cd4c8e9abb5b242f7 (patch) | |
tree | bc58dc37bce3057da44ade65a207f068e674973d /arch/frv | |
parent | dbeeb816e805091e7cfc03baf36dc40b4adb2bbd (diff) |
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: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/frv')
-rw-r--r-- | arch/frv/mm/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/frv/mm/init.c b/arch/frv/mm/init.c index 4103c2c487f3..b841ecfd5d5a 100644 --- a/arch/frv/mm/init.c +++ b/arch/frv/mm/init.c | |||
@@ -197,7 +197,7 @@ void __init mem_init(void) | |||
197 | /* | 197 | /* |
198 | * free the memory that was only required for initialisation | 198 | * free the memory that was only required for initialisation |
199 | */ | 199 | */ |
200 | void __init free_initmem(void) | 200 | void free_initmem(void) |
201 | { | 201 | { |
202 | #if defined(CONFIG_RAMKERNEL) && !defined(CONFIG_PROTECT_KERNEL) | 202 | #if defined(CONFIG_RAMKERNEL) && !defined(CONFIG_PROTECT_KERNEL) |
203 | unsigned long start, end, addr; | 203 | unsigned long start, end, addr; |