From: Simon Horman Date: Wed, 14 Feb 2007 07:17:47 +0000 (+0900) Subject: [IA64] kexec: declare ia64_mca_pal_base in mca.h rather than kexec.h X-Git-Tag: v2.6.21-rc4~51^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=297632544a7a761144636accdb558db9d99a3647;p=pandora-kernel.git [IA64] kexec: declare ia64_mca_pal_base in mca.h rather than kexec.h * Kexec adds some code to arch/ia64/kernel/smp.c which needs ia64_mca_pal_base, so the kexec patch (actually the kdump patch) declares this per-cpu variable in include/asm-ia64/kexec.h. * ia64_mca_pal_base is defined in arch/ia64/kernel/mca.c, so it seems to me that it would make a lot more sense to declare it in include/asm-ia64/mca.h. Signed-off-by: Simon Horman Signed-off-by: Tony Luck --- Reading git-diff-tree failed