summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2007-05-07 00:02:46 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-05-07 00:02:46 -0700
commite7f11aeed02767541020984f72f823757c58e48e (patch)
tree73d9b557b8044287a153a7bd605b0a6aff3abab7 /arch
parentc35a376d6089ab0ece2913959c8363aad76eb820 (diff)
downloadop-kernel-dev-e7f11aeed02767541020984f72f823757c58e48e.zip
op-kernel-dev-e7f11aeed02767541020984f72f823757c58e48e.tar.gz
[SPARC64]: pgtable_cache_init() should be __init.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch')
-rw-r--r--arch/sparc64/mm/init.c2
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,
OpenPOWER on IntegriCloud