diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2015-10-14 16:53:06 +0300 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2015-11-27 11:24:12 +0300 |
commit | 8a07dd02d7615d91d65d6235f7232e3f9b5d347f (patch) | |
tree | f1acb2e957d30d902b9c2849449797cb53d37e8a /arch/s390/include/asm/elf.h | |
parent | ffa52d02c50ea31420dc70869c0b6b439e7cb5ef (diff) | |
download | linux-8a07dd02d7615d91d65d6235f7232e3f9b5d347f.tar.xz |
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>
Diffstat (limited to 'arch/s390/include/asm/elf.h')
-rw-r--r-- | arch/s390/include/asm/elf.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/s390/include/asm/elf.h b/arch/s390/include/asm/elf.h index bab6739a1154..7730e5b9e7e2 100644 --- a/arch/s390/include/asm/elf.h +++ b/arch/s390/include/asm/elf.h @@ -229,6 +229,4 @@ struct linux_binprm; #define ARCH_HAS_SETUP_ADDITIONAL_PAGES 1 int arch_setup_additional_pages(struct linux_binprm *, int); -void *fill_cpu_elf_notes(void *ptr, struct save_area *sa, __vector128 *vxrs); - #endif |