]> git.baikalelectronics.ru Git - kernel.git/commit
s390/smp: remove redundant pcpu::lowcore member
authorAlexander Gordeev <agordeev@linux.ibm.com>
Thu, 6 May 2021 14:26:54 +0000 (16:26 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Mon, 7 Jun 2021 15:07:00 +0000 (17:07 +0200)
commit606e98af3a50ad5aaffdd503b0192da9cd7c7d16
treea74795cb3c5d0aafd87b923a306eeaa2b7614b4f
parent1fe70cd4b56f93fe4b0995d3d96405e51ac4e774
s390/smp: remove redundant pcpu::lowcore member

Per-CPU pointer to lowcore is stored in global lowcore_ptr[]
array and duplicated in struct pcpu::lowcore member. This
update removes the redundancy.

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