From: Andi Kleen Date: Wed, 30 Jan 2008 12:30:40 +0000 (+0100) Subject: x86: untable __init references between IO data X-Git-Tag: v2.6.25-rc1~1143^2~747 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=739f33b38bf88312447e38ae8b7ac3acdbb72a6b;p=pandora-kernel.git x86: untable __init references between IO data Earlier patch added IO APIC setup into local APIC setup. This caused modpost warnings. Fix them by untangling setup_local_APIC() and splitting it into smaller functions. The IO APIC initialization is only called for the BP init. Also removed some outdated debugging code and minor cleanup. [ tglx: arch/x86 adaptation ] Signed-off-by: Andi Kleen Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed