]> xenbits.xensource.com Git - legacy/linux-2.6.18-xen.git/commit
[IA64] ia64 kexec/kdump backport
authorAlex Williamson <alex.williamson@hp.com>
Thu, 27 Sep 2007 19:40:11 +0000 (13:40 -0600)
committerAlex Williamson <alex.williamson@hp.com>
Thu, 27 Sep 2007 19:40:11 +0000 (13:40 -0600)
commita577543721cca21bd6af1abf4a9cadc54e77452e
tree21dbb729333ef813c96a5d85f7d213b6a06cef5e
parente284e965570efb5c653c25bd9de5740f7722ab01
[IA64] ia64 kexec/kdump backport

From: Simon Horman <horms@verge.net.au>

* From Linux Upstream, commit a79561134f38de12dce14ed72138f38e55ef53fc
* Trivial backport to linux-2.6.18-xen of the following hunks
  * arch/ia64/kernel/mca.c: hunk 2
  * include/asm-ia64/machvec.h: hunks 1 & 2
  * include/asm-ia64/machvec_sn2.h: hunk 1
  * meminit.h

[IA64] IA64 Kexec/kdump

Changes and updates.

1. Remove fake rendz path and related code according to discuss with Khalid Aziz.
2. fc.i offset fix in relocate_kernel.S.
3. iospic shutdown code eoi and mask race fix from Fujitsu.
4. Warm boot hook in machine_kexec to SN SAL code from Jack Steiner.
5. Send slave to SAL slave loop patch from Jay Lan.
6. Kdump on non-recoverable MCA event patch from Jay Lan
7. Use CTL_UNNUMBERED in kdump_on_init sysctl.

Signed-off-by: Zou Nan hai <nanhai.zou@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
19 files changed:
arch/ia64/Kconfig
arch/ia64/kernel/Makefile
arch/ia64/kernel/crash.c [new file with mode: 0644]
arch/ia64/kernel/efi.c
arch/ia64/kernel/entry.S
arch/ia64/kernel/iosapic.c
arch/ia64/kernel/machine_kexec.c [new file with mode: 0644]
arch/ia64/kernel/mca.c
arch/ia64/kernel/relocate_kernel.S [new file with mode: 0644]
arch/ia64/kernel/setup.c
arch/ia64/kernel/smp.c
arch/ia64/sn/kernel/setup.c
include/asm-ia64/kexec.h [new file with mode: 0644]
include/asm-ia64/machvec.h
include/asm-ia64/machvec_sn2.h
include/asm-ia64/meminit.h
include/asm-ia64/sn/sn_sal.h
include/linux/kexec.h
kernel/kexec.c