]> git.karo-electronics.de Git - karo-tx-linux.git/commit
s390/smp,topology: add polarization member to pcpu struct
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Tue, 4 Sep 2012 15:36:16 +0000 (17:36 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 6 Sep 2012 09:05:22 +0000 (11:05 +0200)
commite901d6e425134545be408c47a6a106078c1d44cd
tree5353f3b43a82a3c4614c1f1395665478091245a7
parent1e7cb0ca361f10c2d78a7d37a29721ff65452be5
s390/smp,topology: add polarization member to pcpu struct

The cpu polarization member is the only per cpu state that is not part
of the pcpu structure. So add it there and have everything in one place.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/smp.h
arch/s390/include/asm/topology.h
arch/s390/kernel/smp.c
arch/s390/kernel/topology.c