[IA64] IA64 Kexec/kdump
authorZou Nan hai <nanhai.zou@intel.com>
Thu, 7 Dec 2006 17:51:35 +0000 (09:51 -0800)
committerTony Luck <tony.luck@intel.com>
Thu, 7 Dec 2006 17:51:35 +0000 (09:51 -0800)
commita79561134f38de12dce14ed72138f38e55ef53fc
treeabe109dbe85e5b0085ba9b9a7eed7cc623d67eec
parent620034c84d1d939717bdfbe02c51a3fee43541c3
[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