diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2015-10-28 09:47:58 +0100 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2015-11-27 09:24:12 +0100 |
commit | ffa52d02c50ea31420dc70869c0b6b439e7cb5ef (patch) | |
tree | b27a59ae8df0162393e67067c476467ac48748c2 /arch | |
parent | s390/zcore: copy vector registers into the image data (diff) | |
download | linux-ffa52d02c50ea31420dc70869c0b6b439e7cb5ef.tar.xz linux-ffa52d02c50ea31420dc70869c0b6b439e7cb5ef.zip |
s390/zcore: remove /sys/kernel/debug/zcore/mem
New versions of the SCSI dumper use the /dev/vmcore interface instead
of zcore mem. Remove the outdated interface.
Acked-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/s390/include/asm/lowcore.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/include/asm/lowcore.h b/arch/s390/include/asm/lowcore.h index bc618067e725..afe1cfebf1a4 100644 --- a/arch/s390/include/asm/lowcore.h +++ b/arch/s390/include/asm/lowcore.h @@ -35,7 +35,6 @@ struct save_area { struct save_area_ext { struct save_area sa; __vector128 vx_regs[32]; - u64 vx_sa_addr; }; struct _lowcore { |