]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: section mismatch fixes, #1
authorJacek Luczak <difrost.kernel@gmail.com>
Fri, 11 Apr 2008 11:28:37 +0000 (13:28 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 15:41:36 +0000 (17:41 +0200)
commitdf96323dfaebdf7e17cdf0656096e6ab2158ec76
tree83aa81c00f81a2d10541cd17062faaee020272cb
parent63d38198a0f57dca87e6cb79931c7bedbb7ab069
x86: section mismatch fixes, #1

This patch fixes mismatch warnings in smp_checks() (in arch/x86/kernel/smpboot.c):

WARNING: arch/x86/kernel/built-in.o(.text+0x11922): Section mismatch in reference from the function smp_checks()
to the variable .cpuinit.data:smp_b_stepping
The function smp_checks() references
the variable __cpuinitdata smp_b_stepping.
This is often because smp_checks lacks a __cpuinitdata
annotation or the annotation of smp_b_stepping is wrong.

Signed-off-by: Jacek Luczak <luczak.jacek@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/smpboot.c