aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorHelight.Xu <[email protected]>2009-11-30 18:33:51 +0800
committerH. Peter Anvin <[email protected]>2009-11-30 11:16:49 -0800
commit9eaa192d8988d621217a9e6071cd403fd6010496 (patch)
treecd7cc0a27b5a063270a431053fb871ced84b0cba /tools/perf/scripts/python/check-perf-trace.py
parent6dbfe5a57db3564adf7b2a65068e40f1b4a0d2db (diff)
x86: Fix a section mismatch in arch/x86/kernel/setup.c
copy_edd() should be __init. warning msg: WARNING: vmlinux.o(.text+0x7759): Section mismatch in reference from the function copy_edd() to the variable .init.data:boot_params The function copy_edd() references the variable __initdata boot_params. This is often because copy_edd lacks a __initdata annotation or the annotation of boot_params is wrong. Signed-off-by: ZhenwenXu <[email protected]> LKML-Reference: <[email protected]> Signed-off-by: H. Peter Anvin <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions