diff options
author | Arnaud Lacombe <[email protected]> | 2011-08-25 06:07:13 +0000 |
---|---|---|
committer | Benjamin Herrenschmidt <[email protected]> | 2011-09-20 09:20:02 +1000 |
commit | cf01a404d96f9bf6f514074579f0a2d355bfa38e (patch) | |
tree | 5ef0b981b62c1c1f1d0080d605adba9f6ae297af /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
parent | 9c740025c51a26ab00192cfc464064d4ccbfe3fc (diff) |
powerpc/xics: Add __init to marker icp_native_init()
This should fix the following warning:
LD arch/powerpc/sysdev/xics/built-in.o
WARNING: arch/powerpc/sysdev/xics/built-in.o(.text+0x1310): Section mismatch in
reference from the function .icp_native_init() to the function
.init.text:.icp_native_init_one_node()
The function .icp_native_init() references
the function __init .icp_native_init_one_node().
This is often because .icp_native_init lacks a __init
annotation or the annotation of .icp_native_init_one_node is wrong.
icp_native_init() is only referenced in `arch/powerpc/sysdev/xics/xics-common.c'
by xics_init() which is itself marked with __init.
= not built-tested =
Reported-by: Timur Tabi <[email protected]>
Signed-off-by: Arnaud Lacombe <[email protected]>
Signed-off-by: Benjamin Herrenschmidt <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions