From: Andrew Morton Date: Thu, 29 May 2008 07:01:28 +0000 (-0700) Subject: x86: section mismatch fix X-Git-Tag: v2.6.26-rc5~5^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be524fb96081e9e511d993ebf39b05a32b19476e;p=pandora-kernel.git x86: section mismatch fix Fix this: WARNING: vmlinux.o(.text+0x114bb): Section mismatch in reference from the function nopat() to the function .cpuinit.text:pat_disable() The function nopat() references the function __cpuinit pat_disable(). This is often because nopat lacks a __cpuinit annotation or the annotation of pat_disable is wrong. Reported-by: "Fabio Comolli" Cc: Sam Ravnborg Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed