diff options
author | Harald Freudenberger <freude@linux.vnet.ibm.com> | 2016-10-12 15:58:14 +0200 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2016-12-14 16:33:37 +0100 |
commit | b3e8652bcbfa04807e44708d4d0c8cdad39c9215 (patch) | |
tree | 232636b4f2da19f1c6d02cb1ecec4ef9699c4c9e /drivers/s390/crypto/ap_bus.h | |
parent | Revert "nvme: add support for the Write Zeroes command" (diff) | |
download | linux-b3e8652bcbfa04807e44708d4d0c8cdad39c9215.tar.xz linux-b3e8652bcbfa04807e44708d4d0c8cdad39c9215.zip |
s390/zcrypt: Introduce CEX6 toleration
Signed-off-by: Harald Freudenberger <freude@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/s390/crypto/ap_bus.h')
-rw-r--r-- | drivers/s390/crypto/ap_bus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/s390/crypto/ap_bus.h b/drivers/s390/crypto/ap_bus.h index d7fdf5c024d7..fd66d2c450d5 100644 --- a/drivers/s390/crypto/ap_bus.h +++ b/drivers/s390/crypto/ap_bus.h @@ -105,6 +105,7 @@ static inline int ap_test_bit(unsigned int *ptr, unsigned int nr) #define AP_DEVICE_TYPE_CEX3C 9 #define AP_DEVICE_TYPE_CEX4 10 #define AP_DEVICE_TYPE_CEX5 11 +#define AP_DEVICE_TYPE_CEX6 12 /* * Known function facilities |