diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2006-08-21 07:18:50 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2006-09-20 21:41:50 -0400 |
commit | 65b75c36f4e8422602826c75c803136e0da94122 (patch) | |
tree | 4adf5b95aff10656469572425a0ae14196031370 /arch/s390/crypto/crypt_s390.h | |
parent | f3f632d61ae9af85d436706ee8e33af1a7fb9c28 (diff) |
[CRYPTO] s390: Added missing driver name and priority
Accelerated versions of crypto algorithms must carry a distinct driver name
and priority in order to distinguish themselves from their generic counter-
part.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'arch/s390/crypto/crypt_s390.h')
-rw-r--r-- | arch/s390/crypto/crypt_s390.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/s390/crypto/crypt_s390.h b/arch/s390/crypto/crypt_s390.h index d1c259a7fe33..d1d330797f75 100644 --- a/arch/s390/crypto/crypt_s390.h +++ b/arch/s390/crypto/crypt_s390.h | |||
@@ -20,6 +20,8 @@ | |||
20 | #define CRYPT_S390_OP_MASK 0xFF00 | 20 | #define CRYPT_S390_OP_MASK 0xFF00 |
21 | #define CRYPT_S390_FUNC_MASK 0x00FF | 21 | #define CRYPT_S390_FUNC_MASK 0x00FF |
22 | 22 | ||
23 | #define CRYPT_S390_PRIORITY 300 | ||
24 | |||
23 | /* s930 cryptographic operations */ | 25 | /* s930 cryptographic operations */ |
24 | enum crypt_s390_operations { | 26 | enum crypt_s390_operations { |
25 | CRYPT_S390_KM = 0x0100, | 27 | CRYPT_S390_KM = 0x0100, |