diff options
author | David S. Miller <davem@davemloft.net> | 2012-09-15 09:06:30 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-09-15 09:06:30 -0700 |
commit | 1080362425793f67e36dc690973e13e4a9631b4d (patch) | |
tree | 7c41ddc540679c9782ca9b448cbca8f52e9b6d47 /arch/sparc/crypto/opcodes.h | |
parent | c69ad0a3f7d871aa61fb669fb41c951df6660a61 (diff) | |
download | linux-1080362425793f67e36dc690973e13e4a9631b4d.tar.gz linux-1080362425793f67e36dc690973e13e4a9631b4d.tar.bz2 linux-1080362425793f67e36dc690973e13e4a9631b4d.zip |
sparc64: Adjust crypto priorities.
Make the crypto opcode implementations have a higher priority than
those provides by the ring buffer based Niagara crypto device.
Also, several crypto opcode hashes were not setting the priority value
at all.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/crypto/opcodes.h')
-rw-r--r-- | arch/sparc/crypto/opcodes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sparc/crypto/opcodes.h b/arch/sparc/crypto/opcodes.h index b6c4a1556354..19cbaea6976f 100644 --- a/arch/sparc/crypto/opcodes.h +++ b/arch/sparc/crypto/opcodes.h @@ -1,6 +1,8 @@ #ifndef _OPCODES_H #define _OPCODES_H +#define SPARC_CR_OPCODE_PRIORITY 300 + #define F3F(x,y,z) (((x)<<30)|((y)<<19)|((z)<<5)) #define FPD_ENCODE(x) (((x) >> 5) | ((x) & ~(0x20))) |