Browse Source

[SPARC64]: pgtable_cache_init() should be __init.

Signed-off-by: David S. Miller <davem@davemloft.net>
David S. Miller 18 years ago
parent
commit
e7f11aeed0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/sparc64/mm/init.c

+ 1 - 1
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,