]> git.baikalelectronics.ru Git - kernel.git/commit
s390/kdump: remove code to create ELF notes in the crashed system
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 14 Oct 2015 13:53:06 +0000 (15:53 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 27 Nov 2015 08:24:12 +0000 (09:24 +0100)
commitbddc7d65c9ce6a8bcdd60fc339a87dca2528cab2
treef1acb2e957d30d902b9c2849449797cb53d37e8a
parent2b89b329dc6ed74c8832be8a9b9cc766ca4cb4e6
s390/kdump: remove code to create ELF notes in the crashed system

The s390 architecture can store the CPU registers of the crashed system
after the kdump kernel has been started and this is the preferred way.
Remove the remaining code fragments that deal with storing CPU registers
while the crashed system is still active.

Acked-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/elf.h
arch/s390/kernel/crash_dump.c
arch/s390/kernel/machine_kexec.c
arch/s390/kernel/setup.c
arch/s390/kernel/smp.c