diff options
author | 2011-04-17 16:17:34 +0200 | |
---|---|---|
committer | 2011-05-12 13:05:05 -0400 | |
commit | 53f8023febf9b3e18d8fb0d99c55010e473ce53d (patch) | |
tree | cd61833a85a6bc6e446c7300435d05181d7cc7fa /tools/perf/scripts/python/export-to-postgresql.py | |
parent | x86,xen: introduce x86_init.mapping.pagetable_reserve (diff) | |
download | linux-dev-53f8023febf9b3e18d8fb0d99c55010e473ce53d.tar.xz linux-dev-53f8023febf9b3e18d8fb0d99c55010e473ce53d.zip |
x86/mm: Fix section mismatch derived from native_pagetable_reserve()
With CONFIG_DEBUG_SECTION_MISMATCH=y I see these warnings in next-20110415:
LD vmlinux.o
MODPOST vmlinux.o
WARNING: vmlinux.o(.text+0x1ba48): Section mismatch in reference from the function native_pagetable_reserve() to the function .init.text:memblock_x86_reserve_range()
The function native_pagetable_reserve() references
the function __init memblock_x86_reserve_range().
This is often because native_pagetable_reserve lacks a __init
annotation or the annotation of memblock_x86_reserve_range is wrong.
This patch fixes the issue.
Thanks to pipacs from PaX project for help on IRC.
Acked-by: "H. Peter Anvin" <hpa@zytor.com>
Signed-off-by: Sedat Dilek <sedat.dilek@gmail.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions