]> git.baikalelectronics.ru Git - kernel.git/commit
s390/zcrypt: Rework struct ap_qact_ap_info.
authorHarald Freudenberger <freude@linux.vnet.ibm.com>
Mon, 30 Oct 2017 11:10:54 +0000 (12:10 +0100)
committerHeiko Carstens <heiko.carstens@de.ibm.com>
Thu, 9 Nov 2017 15:54:26 +0000 (16:54 +0100)
commit612012869a2f7c9d34938cb7f3c6cea8ae63da00
tree99d47efff24f19ee8c4603a31f51d78af23d4640
parentfbb2c0715cdde00110e42a5c9bf5e2cd6a1389c8
s390/zcrypt: Rework struct ap_qact_ap_info.

The ap_qact_ap_info struct can get more easy handled when the fields
in there can be accessed by their names but also the struct as a whole
with just an unsigned long value. This patch reworks this struct to be
a union and adapt the using code accordingly.

Signed-off-by: Harald Freudenberger <freude@linux.vnet.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
drivers/s390/crypto/ap_asm.h
drivers/s390/crypto/ap_bus.c