OSDN Git Service

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)
commitd2e834c62d7fa467a534758f7994e981ce163c80
treea74795cb3c5d0aafd87b923a306eeaa2b7614b4f
parent587704efb3dea5685a2f571b75bd3dc47f73fec1
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