slub.c:early_kmem_cache_node_alloc() shouldn't be __init
commit1cd7daa51baf0934882bf24a7ae378ec75df665e
authorAdrian Bunk <bunk@stusta.de>
Tue, 16 Oct 2007 08:24:18 +0000 (16 01:24 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 16 Oct 2007 16:42:51 +0000 (16 09:42 -0700)
tree496ea3e64fc65d01e37f5013b44354ceb8ed3712
parentd29eff7bca60c9ee401d691d4562a4abca8de543
slub.c:early_kmem_cache_node_alloc() shouldn't be __init

WARNING: mm/built-in.o(.text+0x24bd3): Section mismatch: reference to .init.text:early_kmem_cache_node_alloc (between 'init_kmem_cache_nodes' and 'calculate_sizes')
...

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/slub.c