]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PPC] Fix modpost warning
authorKumar Gala <galak@kernel.crashing.org>
Wed, 23 May 2007 12:59:06 +0000 (07:59 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 23 May 2007 12:59:06 +0000 (07:59 -0500)
commitc1c9889a3860028b3578b98c3a56bdf0dd658920
tree91a09268214ab0cb4146a9370065f11f232d958f
parentf1aed92464def83fc3677cade823cad71cf5f0d4
[PPC] Fix modpost warning

Mark pte_alloc_one_kernel as __init_refok to fix the following warning:

WARNING: arch/ppc/mm/built-in.o(.text+0x1114): Section mismatch: reference to .init.text:early_get_page (between 'pte_alloc_one_kernel' and 'v_mapped_by_tlbcam')

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/ppc/mm/pgtable.c