Skip to content

Commit

Permalink
[SPARC64]: pgtable_cache_init() should be __init.
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed May 7, 2007
1 parent c35a376 commit e7f11ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sparc64/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e7f11ae

Please sign in to comment.