diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2019-05-10 06:31:28 +0000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2019-06-16 00:00:30 +1000 |
commit | 9c4e4c90ec24652921e31e9551fcaedc26eec86d (patch) | |
tree | 000b9e96f4a98d57bc40e0bb1208bdc861e1deee /tools/testing/selftests/powerpc/tm/tm-vmxcopy.c | |
parent | e610a466d16a086e321f0bd421e2fc75cff28605 (diff) |
powerpc/64: mark start_here_multiplatform as __ref
Otherwise, the following warning is encountered:
WARNING: vmlinux.o(.text+0x3dc6): Section mismatch in reference from the variable start_here_multiplatform to the function .init.text:.early_setup()
The function start_here_multiplatform() references
the function __init .early_setup().
This is often because start_here_multiplatform lacks a __init
annotation or the annotation of .early_setup is wrong.
Fixes: 56c46bba9bbf ("powerpc/64: Fix booting large kernels with STRICT_KERNEL_RWX")
Cc: Russell Currey <ruscur@russell.cc>
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'tools/testing/selftests/powerpc/tm/tm-vmxcopy.c')
0 files changed, 0 insertions, 0 deletions