commit | be524fb96081e9e511d993ebf39b05a32b19476e | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@linux-foundation.org> | Thu May 29 00:01:28 2008 -0700 |
committer | Thomas Gleixner <tglx@linutronix.de> | Wed Jun 04 13:11:47 2008 +0200 |
tree | 14aa6462c322f03aa644bab58b039ee92f2fd456 | |
parent | 282c454cd3a7041f59a37112bb2f82263bc38f6c [diff] |
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" <fabio.comolli@gmail.com> Cc: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>