Bernhard Walle df652fe173 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>
2007-05-17 05:23:04 -07:00
..
2007-05-08 11:15:18 -07:00
2007-05-09 07:12:20 +02:00
2007-05-11 08:29:33 -07:00
2007-05-17 05:23:04 -07:00
2007-05-16 09:00:51 -07:00
2007-05-15 08:54:00 -07:00
2007-05-09 12:30:56 -07:00
2007-05-17 05:23:04 -07:00
2007-05-12 11:32:49 +10:00
2007-05-11 05:38:25 -04:00
2007-05-14 03:53:12 -07:00
2007-05-15 18:56:37 -07:00