]> Git Repo - linux.git/commit
s390/lowcore: replace lowcore irb array with a per-cpu variable
authorMartin Schwidefsky <[email protected]>
Tue, 27 May 2014 12:40:39 +0000 (14:40 +0200)
committerMartin Schwidefsky <[email protected]>
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 <[email protected]>
Signed-off-by: Martin Schwidefsky <[email protected]>
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
This page took 0.059392 seconds and 4 git commands to generate.