aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/kernel/setup.c')
-rw-r--r--arch/s390/kernel/setup.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/s390/kernel/setup.c b/arch/s390/kernel/setup.c
index 1f5536c2fd02..7c5b05fa2194 100644
--- a/arch/s390/kernel/setup.c
+++ b/arch/s390/kernel/setup.c
@@ -373,6 +373,10 @@ static void __init setup_lowcore(void)
373 mem_assign_absolute(S390_lowcore.restart_source, lc->restart_source); 373 mem_assign_absolute(S390_lowcore.restart_source, lc->restart_source);
374 mem_assign_absolute(S390_lowcore.restart_psw, lc->restart_psw); 374 mem_assign_absolute(S390_lowcore.restart_psw, lc->restart_psw);
375 375
376#ifdef CONFIG_SMP
377 lc->spinlock_lockval = arch_spin_lockval(0);
378#endif
379
376 set_prefix((u32)(unsigned long) lc); 380 set_prefix((u32)(unsigned long) lc);
377 lowcore_ptr[0] = lc; 381 lowcore_ptr[0] = lc;
378} 382}