From: Helight.Xu Date: Mon, 30 Nov 2009 10:33:51 +0000 (+0800) Subject: x86: Fix a section mismatch in arch/x86/kernel/setup.c X-Git-Tag: v2.6.33-rc1~395^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9eaa192d8988d621217a9e6071cd403fd6010496;p=pandora-kernel.git x86: Fix a section mismatch in arch/x86/kernel/setup.c copy_edd() should be __init. warning msg: WARNING: vmlinux.o(.text+0x7759): Section mismatch in reference from the function copy_edd() to the variable .init.data:boot_params The function copy_edd() references the variable __initdata boot_params. This is often because copy_edd lacks a __initdata annotation or the annotation of boot_params is wrong. Signed-off-by: ZhenwenXu LKML-Reference: <4B139F8F.4000907@gmail.com> Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed