diff options
author | 2014-12-08 15:16:44 +0100 | |
---|---|---|
committer | 2015-03-31 19:05:50 +1100 | |
commit | 6a840791182c7dab3428c6f005776b50e62e53ef (patch) | |
tree | 6da043c52c561694d2680c3150739f1f14583469 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | powerpc/powernv: handle OPAL_SUCCESS return in opal_sensor_read (diff) | |
download | linux-dev-6a840791182c7dab3428c6f005776b50e62e53ef.tar.xz linux-dev-6a840791182c7dab3428c6f005776b50e62e53ef.zip |
powerpc32/chrp: fix section mismatch warning
This patch fixes a section mismatch warning
WARNING: vmlinux.o(.text+0x213b6): Section mismatch in reference from the function chrp_init_early() to the variable .init.data:boot_command_line
The function chrp_init_early() references
the variable __initdata boot_command_line.
This is often because chrp_init_early lacks a __initdata
annotation or the annotation of boot_command_line is wrong.
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions