diff options
author | 2015-12-19 13:43:34 +0530 | |
---|---|---|
committer | 2015-12-21 12:10:40 +0530 | |
commit | 899cfd2bb0d1953d78d14d5e912e13b8bd92a58f (patch) | |
tree | 8a0ecc91e8d4d3b4a3f51d5e614740ec8cc9614e /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | Linux 4.4-rc6 (diff) | |
download | wireguard-linux-899cfd2bb0d1953d78d14d5e912e13b8bd92a58f.tar.xz wireguard-linux-899cfd2bb0d1953d78d14d5e912e13b8bd92a58f.zip |
ARC: mm: HIGHMEM: Fix section mismatch splat
| WARNING: vmlinux.o(.text+0xd6c2): Section mismatch in reference from the function alloc_kmap_pgtable() to the function
| .init.text:__alloc_bootmem_low()
The function alloc_kmap_pgtable() references the function __init __alloc_bootmem_low().
This is often because alloc_kmap_pgtable lacks a __init annotation or the annotation of __alloc_bootmem_low is wrong.
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions