Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e7f11aeed02767541020984f72f823757c58e48e
Commit:     e7f11aeed02767541020984f72f823757c58e48e
Parent:     c35a376d6089ab0ece2913959c8363aad76eb820
Author:     David S. Miller <[EMAIL PROTECTED]>
AuthorDate: Mon May 7 00:02:46 2007 -0700
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Mon May 7 00:02:46 2007 -0700

    [SPARC64]: pgtable_cache_init() should be __init.
    
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 arch/sparc64/mm/init.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/sparc64/mm/init.c b/arch/sparc64/mm/init.c
index cafadcb..8c7af7e 100644
--- a/arch/sparc64/mm/init.c
+++ b/arch/sparc64/mm/init.c
@@ -173,7 +173,7 @@ static void zero_ctor(void *addr, struct kmem_cache *cache, 
unsigned long flags)
 
 extern void tsb_cache_init(void);
 
-void pgtable_cache_init(void)
+void __init pgtable_cache_init(void)
 {
        pgtable_cache = kmem_cache_create("pgtable_cache",
                                          PAGE_SIZE, PAGE_SIZE,
-
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