From: Rakib Mullick Date: Sat, 11 Apr 2009 03:04:59 +0000 (+0600) Subject: x86: Fix section mismatches in mpparse X-Git-Tag: v2.6.30-rc2~74^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=575922248c0df490843ddfbcf3bc65b54c4adb08;p=pandora-kernel.git x86: Fix section mismatches in mpparse Impact: fix section mismatch In arch/x86/kernel/mpparse.c, smp_reserve_bootmem() has been called and also refers to a function which is in .init section. Thus causes the first warning. And check_irq_src() also requires an __init, because it refers to an .init section. Signed-off-by: Rakib Mullick Cc: Andrew Morton LKML-Reference: Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed