]> git.baikalelectronics.ru Git - kernel.git/commit
[POWERPC] iSeries: Fix section mismatch warning in lpevents
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 24 Jul 2007 23:29:19 +0000 (09:29 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 26 Jul 2007 06:12:18 +0000 (16:12 +1000)
commitca83cb1bf314c5992cc1e9bb05891b941e3f0e33
treec6613e44b788b028a5bc0a6b080c14c84d959188
parente91c563ce1fdde638479bbb2afe080357d3a26a9
[POWERPC] iSeries: Fix section mismatch warning in lpevents

WARNING: vmlinux.o(.text+0x4f568): Section mismatch: reference to .init.text:.__alloc_bootmem (between '.setup_hvlpevent_queue' and '.process_hvlpevents')

setup_hvlpevent_queue is only called from __init code so make it __init
as well.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/iseries/lpevents.c