commit | f1aed92464def83fc3677cade823cad71cf5f0d4 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Wed May 23 07:49:37 2007 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Wed May 23 07:49:37 2007 -0500 |
tree | 329d03317c6d65a4a610f04c84a968e5f0a67968 | |
parent | 405861a0429113f8e426092af09dd05ec6209410 [diff] |
[POWERPC] Fix modpost warning Mark pte_alloc_one_kernel as __init_refok to fix the following warning: WARNING: arch/powerpc/mm/built-in.o(.text+0x1068): Section mismatch: reference to .init.text:early_get_page (between 'pte_alloc_one_kernel' and 'steal_context') Signed-off-by: Kumar Gala <galak@kernel.crashing.org>