commit | 56c5c6834e330caca7584445f4dc103515eb7175 | [log] [tgz] |
---|---|---|
author | Harald Freudenberger <freude@linux.vnet.ibm.com> | Mon Oct 30 12:10:54 2017 +0100 |
committer | Heiko Carstens <heiko.carstens@de.ibm.com> | Thu Nov 09 16:54:26 2017 +0100 |
tree | 99d47efff24f19ee8c4603a31f51d78af23d4640 | |
parent | a401917bc3e2d251ce5210527d8de0b0b83f3b44 [diff] |
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>