projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbeeb81
)
FRV: Remove the section annotation on free_initmem()
author
David Howells
<dhowells@redhat.com>
Tue, 6 Nov 2007 21:54:44 +0000
(21:54 +0000)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Fri, 9 Nov 2007 23:02:25 +0000
(15:02 -0800)
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>
arch/frv/mm/init.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/frv/mm/init.c
b/arch/frv/mm/init.c
index 4103c2c487f3a114654f242f16b18d0e99281447..b841ecfd5d5a991fb15a048e2bcf0c7e4f2b38a6 100644
(file)
--- a/
arch/frv/mm/init.c
+++ b/
arch/frv/mm/init.c
@@
-197,7
+197,7
@@
void __init mem_init(void)
/*
* 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)
unsigned long start, end, addr;