2008-10-16 01:47:52

by Lee

[permalink] [raw]
Subject: [PATCH 1/1] fix for arch/x86/kernel/head_32.S

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 <[email protected]>


---------------------------------------------------------------
...
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.

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



Attachments:
2.6.27.1-head_32.S.patch (300.00 B)
2.6.27.1.config (14.22 kB)
Download all attachments