]> git.baikalelectronics.ru Git - kernel.git/commit
s390/setup: rearrange absolute lowcore initialization
authorAlexander Gordeev <agordeev@linux.ibm.com>
Fri, 22 Jul 2022 18:34:05 +0000 (20:34 +0200)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Thu, 28 Jul 2022 16:05:23 +0000 (18:05 +0200)
commit2e2493c675dfdb75d8aa1bc6ae436b9d7cc4abfa
tree496dadf7c0dc5b98f3f89ad63b9027af4d8cac51
parent57ad19bcdefb1c65b0a90330b7b29ce658ef1a76
s390/setup: rearrange absolute lowcore initialization

Make the absolute lowcore assignments immediately follow
the boot CPU lowcore same member assignments. This way
readability improves when reading from up to down, with
no out of order mcck stack allocation in-between.

Reviewed-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/kernel/setup.c