Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e4fc5a1a2acab67867c9858cd4c8e9abb5b242f7
Commit:     e4fc5a1a2acab67867c9858cd4c8e9abb5b242f7
Parent:     dbeeb816e805091e7cfc03baf36dc40b4adb2bbd
Author:     David Howells <[EMAIL PROTECTED]>
AuthorDate: Tue Nov 6 21:54:44 2007 +0000
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Fri Nov 9 15:02:25 2007 -0800

    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 <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 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 4103c2c..b841ecf 100644
--- 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;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to