[PATCH 1/1] fix for arch/x86/kernel/head_32.S

From: linuxtwidler
Date: Wed Oct 15 2008 - 21:47:53 EST


Hi,


The attached patch resolves the warning message below when compiling the
kernel. Also attached is a minimalistic config file that reliably
triggers the warning.

Kernel versions 2.6.27 (from Linus's tarball) and 2.6.27.1 (from Greg KH's
git tree) are both affected.

Gentoo Linux x86 (32bit)
GCC version is 4.3.2
Processor is Petium III (Katmai), 550MHz, 512KB Cache.
RAM is 512MB


Signed-off-by: Lee Leahu <linuxtwidler@xxxxxxxxx>


---------------------------------------------------------------
...
LD vmlinux.o
MODPOST vmlinux.o
WARNING: vmlinux.o(.cpuinit.data+0x0): Section mismatch in reference from
the variable initial_code to the function .init.text:i386_start_kernel()
The variable __cpuinitdata initial_code references
a function __init i386_start_kernel().
If i386_start_kernel is only used by initial_code then
annotate i386_start_kernel with a matching annotation.

...
---------------------------------------------------------------


Attachment: 2.6.27.1-head_32.S.patch
Description: Binary data

Attachment: 2.6.27.1.config
Description: Binary data