diff options
author | 2013-09-29 14:41:18 +0200 | |
---|---|---|
committer | 2013-10-11 16:49:26 +1100 | |
commit | 8616dff5b0e969444cc8484875ebd936956b5c0d (patch) | |
tree | bc4dded3fc3108cdde0718ed7489372cefd2ec37 /arch/powerpc/kernel/rtas_pci.c | |
parent | powerpc/ppc64: Remove the unneeded load of ti_flags in resume_kernel (diff) | |
download | linux-rng-8616dff5b0e969444cc8484875ebd936956b5c0d.tar.xz linux-rng-8616dff5b0e969444cc8484875ebd936956b5c0d.zip |
powerpc: Fix section mismatch warning in free_lppacas
While cross-building for PPC64 I've got bunch of
WARNING: arch/powerpc/kernel/built-in.o(.text.unlikely+0x2d2): Section
mismatch in reference from the function .free_lppacas() to the variable
.init.data:lppaca_size The function .free_lppacas() references the variable
__initdata lppaca_size. This is often because .free_lppacas lacks a __initdata
annotation or the annotation of lppaca_size is wrong.
Fix it by using proper annotation for free_lppacas. Additionally, annotate
{allocate,new}_llpcas properly.
Signed-off-by: Vladimir Murzin <murzin.v@gmail.com>
Acked-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/kernel/rtas_pci.c')
0 files changed, 0 insertions, 0 deletions