]> 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>
Mon, 10 Sep 2012 07:54:30 +0000 (09:54 +0200)
commit00c859c09d92c92afa941de72791f62bbbdf8173
tree3b40708a68f629cca7a797fe558964e011a3cd9c
parentddb2ce1d7b1cecb23e5e46e37544dd5cfd31266d
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