mirror of
https://github.com/joel16/android_kernel_sony_msm8994_rework.git
synced 2025-01-14 04:44:06 +00:00
[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>
This commit is contained in:
parent
c40b91b59d
commit
16782a604c
@ -182,7 +182,7 @@ static int set_spread_lpevents(char *str)
|
|||||||
}
|
}
|
||||||
__setup("spread_lpevents=", set_spread_lpevents);
|
__setup("spread_lpevents=", set_spread_lpevents);
|
||||||
|
|
||||||
void setup_hvlpevent_queue(void)
|
void __init setup_hvlpevent_queue(void)
|
||||||
{
|
{
|
||||||
void *eventStack;
|
void *eventStack;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user