[IA64] kexec: declare ia64_mca_pal_base in mca.h rather than kexec.h
authorSimon Horman <horms@verge.net.au>
Wed, 14 Feb 2007 07:17:47 +0000 (16:17 +0900)
committerTony Luck <tony.luck@intel.com>
Thu, 8 Mar 2007 18:18:24 +0000 (10:18 -0800)
commit297632544a7a761144636accdb558db9d99a3647
tree1dd5b06a57804ed1c5ba97f9e0e061e5ca5aadc1
parent8621235b2ede3276e9862540f0188e40471a99f7
[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 <horms@verge.net.au>
Signed-off-by: Tony Luck <tony.luck@intel.com>
include/asm-ia64/kexec.h
include/asm-ia64/mca.h