summaryrefslogtreecommitdiffstats
path: root/include/asm-x86/mmconfig.h
diff options
context:
space:
mode:
authorMarcin Slusarz2008-08-11 00:12:37 +0200
committerIngo Molnar2008-08-18 07:48:40 +0200
commit67d0c9ebdc9f5f356657146b4e862b2d745e9e78 (patch)
treebc33e613f58894d4d25c823e70e7c16dec752f73 /include/asm-x86/mmconfig.h
parentx86, tsc: fix section mismatch warning (diff)
downloadkernel-qcow2-linux-67d0c9ebdc9f5f356657146b4e862b2d745e9e78.tar.gz
kernel-qcow2-linux-67d0c9ebdc9f5f356657146b4e862b2d745e9e78.tar.xz
kernel-qcow2-linux-67d0c9ebdc9f5f356657146b4e862b2d745e9e78.zip
x86: fix MP_processor_info section mismatch warning
WARNING: arch/x86/kernel/built-in.o(.cpuinit.text+0x1fe7): Section mismatch in reference from the function MP_processor_info() to the variable .init.data:x86_quirks The function __cpuinit MP_processor_info() references a variable __initdata x86_quirks. If x86_quirks is only used by MP_processor_info then annotate x86_quirks with a matching annotation. MP_processor_info uses x86_quirks which is __init and is used only from smp_read_mpc and construct_default_ISA_mptable which are __init Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/mmconfig.h')
0 files changed, 0 insertions, 0 deletions