]> 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)
commitfd6fb3a32dbd64c2ce6ed64f2284283551441920
tree496dadf7c0dc5b98f3f89ad63b9027af4d8cac51
parent3d59d25d822ab9caafb4d3fcb0bc0b6686761389
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