diff options
Diffstat (limited to 'arch/s390/kernel/setup.c')
-rw-r--r-- | arch/s390/kernel/setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/kernel/setup.c b/arch/s390/kernel/setup.c index 9c8853f21bb2..91551ef1d67e 100644 --- a/arch/s390/kernel/setup.c +++ b/arch/s390/kernel/setup.c | |||
@@ -419,7 +419,6 @@ setup_lowcore(void) | |||
419 | PSW_ADDR_AMODE | (unsigned long) mcck_int_handler; | 419 | PSW_ADDR_AMODE | (unsigned long) mcck_int_handler; |
420 | lc->io_new_psw.mask = psw_kernel_bits; | 420 | lc->io_new_psw.mask = psw_kernel_bits; |
421 | lc->io_new_psw.addr = PSW_ADDR_AMODE | (unsigned long) io_int_handler; | 421 | lc->io_new_psw.addr = PSW_ADDR_AMODE | (unsigned long) io_int_handler; |
422 | lc->ipl_device = S390_lowcore.ipl_device; | ||
423 | lc->clock_comparator = -1ULL; | 422 | lc->clock_comparator = -1ULL; |
424 | lc->kernel_stack = ((unsigned long) &init_thread_union) + THREAD_SIZE; | 423 | lc->kernel_stack = ((unsigned long) &init_thread_union) + THREAD_SIZE; |
425 | lc->async_stack = (unsigned long) | 424 | lc->async_stack = (unsigned long) |