diff options
author | Peter Zijlstra <[email protected]> | 2011-12-06 17:27:29 +0100 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2011-12-06 20:41:02 +0100 |
commit | 9cdbe1cbac4ec318037297175587a0080acc9d11 (patch) | |
tree | 3871708eb2f67d628c8ad045a16174db0f80a59e /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | cc991b83b3eb11b253dd932932fa0bfd09c7564a (diff) |
jump_label, x86: Fix section mismatch
WARNING: arch/x86/kernel/built-in.o(.text+0x4c71): Section mismatch in
reference from the function arch_jump_label_transform_static() to the
function .init.text:text_poke_early()
The function arch_jump_label_transform_static() references
the function __init text_poke_early().
This is often because arch_jump_label_transform_static lacks a __init
annotation or the annotation of text_poke_early is wrong.
Signed-off-by: Peter Zijlstra <[email protected]>
Cc: Jason Baron <[email protected]>
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions