diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2007-10-17 18:04:33 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@inhelltoy.tec.linutronix.de> | 2007-10-17 20:15:26 +0200 |
commit | d72b1b4f41b5159d2d0e54e54c794d500197572e (patch) | |
tree | eca58e1ee8e7fd7014b99a8c8a7bcf3c5b9038e1 /include/asm-mips/tlbflush.h | |
parent | 25d1b5167780c7f245d9655d302f6a3d8bf61d19 (diff) |
i386: fix section mismatch warning in intel.c
Fix following section mismatch warning:
WARNING: vmlinux.o(.text+0xc88c): Section mismatch: reference to .init.text:trap_init_f00f_bug (between 'init_intel' and 'cpuid4_cache_lookup')
init_intel are __cpuint where trap_init_f00f_bug is __init.
Fixed by declaring trap_init_f00f_bug __cpuinit.
Moved the defintion of trap_init_f00f_bug to the sole user in init.c
so the ugly prototype in intel.c could get killed.
Frank van Maarseveen <frankvm@frankvm.com> supplied the .config used
to reproduce the warning.
[ tglx: arch/x86 adaptation ]
Cc: Frank van Maarseveen <frankvm@frankvm.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/asm-mips/tlbflush.h')
0 files changed, 0 insertions, 0 deletions