summaryrefslogtreecommitdiffstats
path: root/kernel/arch/s390/kernel/ipl.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/arch/s390/kernel/ipl.c')
-rw-r--r--kernel/arch/s390/kernel/ipl.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/kernel/arch/s390/kernel/ipl.c b/kernel/arch/s390/kernel/ipl.c
index b1f0a90f9..42570d8fb 100644
--- a/kernel/arch/s390/kernel/ipl.c
+++ b/kernel/arch/s390/kernel/ipl.c
@@ -2070,13 +2070,6 @@ void s390_reset_system(void (*fn_pre)(void),
S390_lowcore.program_new_psw.addr =
PSW_ADDR_AMODE | (unsigned long) s390_base_pgm_handler;
- /*
- * Clear subchannel ID and number to signal new kernel that no CCW or
- * SCSI IPL has been done (for kexec and kdump)
- */
- S390_lowcore.subchannel_id = 0;
- S390_lowcore.subchannel_nr = 0;
-
/* Store status at absolute zero */
store_status();