Commit e7f11aee authored by David S. Miller's avatar David S. Miller

[SPARC64]: pgtable_cache_init() should be __init.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c35a376d
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment