]> Pileus Git - ~andy/linux/commit
[PATCH] kexec: s390 support
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Sat, 25 Jun 2005 21:58:11 +0000 (14:58 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 25 Jun 2005 23:24:51 +0000 (16:24 -0700)
commitcf13f0eaffa31bf6a145c53c589654b11c72ddc7
tree55c11d753422398b060ea9571698285b5fdc603b
parentfce0d5740322b98b863f9e609f5a9bd4c06703af
[PATCH] kexec: s390 support

Add kexec support for s390 architecture.

From: Milton Miller <miltonm@bga.com>

- Fix passing of first argument to relocate_kernel assembly.
- Fix Kconfig description.
- Remove wrong comment and comments that describe obvious things.
- Allow only KEXEC_TYPE_DEFAULT as image type -> dump not supported.

Acked-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/s390/Kconfig
arch/s390/kernel/Makefile
arch/s390/kernel/compat_wrapper.S
arch/s390/kernel/crash.c [new file with mode: 0644]
arch/s390/kernel/machine_kexec.c [new file with mode: 0644]
arch/s390/kernel/relocate_kernel.S [new file with mode: 0644]
arch/s390/kernel/relocate_kernel64.S [new file with mode: 0644]
arch/s390/kernel/syscalls.S
include/asm-s390/kexec.h [new file with mode: 0644]
include/asm-s390/unistd.h
include/linux/kexec.h