diff options
author | Bernhard Walle <bwalle@suse.de> | 2007-05-16 22:11:06 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-17 05:23:04 -0700 |
commit | df652fe173c12d29960f3a8eafce29041e86b942 (patch) | |
tree | cf14964e4b3d84ba0ec410c43dd876bf40c02ee6 /mm/vmalloc.c | |
parent | f363d16fbb9374c0bd7f2757d412c287169094c9 (diff) | |
download | linux-3.10-df652fe173c12d29960f3a8eafce29041e86b942.tar.gz linux-3.10-df652fe173c12d29960f3a8eafce29041e86b942.tar.bz2 linux-3.10-df652fe173c12d29960f3a8eafce29041e86b942.zip |
i386/x86-64: fix section mismatch
WARNING: arch/x86_64/kernel/built-in.o - Section mismatch: reference to
.init.text:mtrr_bp_init from .text between 'id entify_cpu' (at offset 0x6571)
and 'IRQ0x20_interrupt'
It's because identify_cpu() which is __cpuinit calls mtrr_bp_init() which is
__init(). __cpuinit() expands to nothing if CONFIG_HOTPLUG_CPU=y and so the
call is illegal.
Signed-off-by: Bernhard Walle <bwalle@suse.de>
Cc: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/vmalloc.c')
0 files changed, 0 insertions, 0 deletions