diff options
author | Andi Kleen <[email protected]> | 2015-04-15 16:16:39 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2015-04-15 16:35:22 -0700 |
commit | c79574abe2baddf569532e7e430e4977771dd25c (patch) | |
tree | 2b21044d2a11974bd64b27a4826d886c9440fe14 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | 946e87981942552e526aca9cb6204f02a6c847cb (diff) |
lib/test-hexdump.c: fix initconst confusion
const char *...[] is not const, but an array of pointer to const. So
these arrays cannot be __initconst, but must be __initdata
This fixes section conflicts with LTO.
Signed-off-by: Andi Kleen <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions