s390/lowcore: replace lowcore irb array with a per-cpu variable
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 27 May 2014 12:40:39 +0000 (14:40 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 28 May 2014 08:39:16 +0000 (10:39 +0200)
commit63aef00b55d37e9fad837a8b38a2c261f0d32041
tree3cc75663f7b7aef3e303d440a927488e3660657e
parent993072ee67aa179c48c85eb19869804e68887d86
s390/lowcore: replace lowcore irb array with a per-cpu variable

Remove the 96-byte irb array from the lowcore and create a per-cpu
variable instead. That way we will pick up any change in the definition
of the struct irb automatically.

Acked-By: Sebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/lowcore.h
arch/s390/kernel/asm-offsets.c
drivers/s390/cio/ccwreq.c
drivers/s390/cio/chsc_sch.c
drivers/s390/cio/cio.c
drivers/s390/cio/cio.h
drivers/s390/cio/device_fsm.c
drivers/s390/cio/eadm_sch.c