]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit29c5af5f5f72df1e7512be9f39f2b0dd6f24957a
tree3cc75663f7b7aef3e303d440a927488e3660657e
parent5ece795b9c483731578baacc421b83d104e0630e
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