Hi All,

I updated my kernel and this is what I got when I built it:
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.

I had to build it with CONFIG_DEBUG_SECTION_MISMATCH=y after it suggested that 
I do so to find where a subsection mismatch existed.  I am probably confusing 
myself unnecessarily, but is there anything I should do about this message?
-- 
Regards,
Mick

Reply via email to