https://github.com/torvalds/linux
Revision be524fb96081e9e511d993ebf39b05a32b19476e authored by Andrew Morton on 29 May 2008, 07:01:28 UTC, committed by Thomas Gleixner on 04 June 2008, 11:11:47 UTC
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>
1 parent 282c454
History
Tip revision: be524fb96081e9e511d993ebf39b05a32b19476e authored by Andrew Morton on 29 May 2008, 07:01:28 UTC
x86: section mismatch fix
Tip revision: be524fb
File Mode Size
.gitignore -rw-r--r-- 102 bytes
Kconfig -rw-r--r-- 1.6 KB
Makefile -rw-r--r-- 1.8 KB
gen_init_cpio.c -rw-r--r-- 11.4 KB
initramfs_data.S -rw-r--r-- 1.0 KB

back to top