]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
sparc64: crypto camellia opcode error fix
authorAllen Pais <allen.pais@oracle.com>
Thu, 29 May 2014 11:18:33 +0000 (16:48 +0530)
committerAllen Pais <allen.pais@oracle.com>
Thu, 15 Sep 2016 06:33:42 +0000 (12:03 +0530)
Orabug: 23128525

Signed-off-by: Allen Pais <allen.pais@oracle.com>
(cherry picked from commit fc1b755de4250245961b226da41d10f066467926)
(cherry picked from commit c6cb169240529eb974a5846e55e622001973b79f)
(cherry picked from commit 8d140eb4166d127dc0f64595ec17e441beb4b47c)

arch/sparc/crypto/camellia_glue.c

index 561a84d93cf682a400a7555862f065f1fb04c84c..9d7fbe197be170af51a3cefa30f46e3d14996755 100644 (file)
@@ -18,6 +18,8 @@
 
 #include "opcodes.h"
 
+#define CFR_CAMELLIA   _AC(0x0000000000000008,UL) /* Supports CAMELLIA opcodes*/
+
 #define CAMELLIA_MIN_KEY_SIZE        16
 #define CAMELLIA_MAX_KEY_SIZE        32
 #define CAMELLIA_BLOCK_SIZE          16