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 05327be3a982..84e23fcc1106 100644 --- a/arch/s390/kernel/setup.c +++ b/arch/s390/kernel/setup.c @@ -490,7 +490,6 @@ static void __init setup_lowcore_dat_off(void)  	lc->spinlock_lockval = arch_spin_lockval(0);  	lc->spinlock_index = 0;  	arch_spin_lock_setup(0); -	lc->br_r1_trampoline = 0x07f1;	/* br %r1 */  	lc->return_lpswe = gen_lpswe(__LC_RETURN_PSW);  	lc->return_mcck_lpswe = gen_lpswe(__LC_RETURN_MCCK_PSW);  	lc->preempt_count = PREEMPT_DISABLED;  |