]> 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)
commit57fb4c7611245d351cf991e29218e7bdcffe1e2e
tree496dadf7c0dc5b98f3f89ad63b9027af4d8cac51
parent006e3c143f1c2c105e8f5b26aa994598cd40afd4
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