]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ppc: bpf: add required compatibility macros for jit
authorDenis Kirjanov <kda@linux-powerpc.org>
Tue, 17 Feb 2015 07:04:38 +0000 (10:04 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Feb 2015 20:19:43 +0000 (15:19 -0500)
Signed-off-by: Denis Kirjanov <kda@linux-powerpc.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/powerpc/include/asm/asm-compat.h

index 21be8ae8f809747302debb8d2b8f9ae974e69613..dc85dcb891cfa5a60adc894c692f5aed2ec39549 100644 (file)
@@ -23,6 +23,8 @@
 #define PPC_STL                stringify_in_c(std)
 #define PPC_STLU       stringify_in_c(stdu)
 #define PPC_LCMPI      stringify_in_c(cmpdi)
+#define PPC_LCMPLI     stringify_in_c(cmpldi)
+#define PPC_LCMP       stringify_in_c(cmpd)
 #define PPC_LONG       stringify_in_c(.llong)
 #define PPC_LONG_ALIGN stringify_in_c(.balign 8)
 #define PPC_TLNEI      stringify_in_c(tdnei)
@@ -52,6 +54,8 @@
 #define PPC_STL                stringify_in_c(stw)
 #define PPC_STLU       stringify_in_c(stwu)
 #define PPC_LCMPI      stringify_in_c(cmpwi)
+#define PPC_LCMPLI     stringify_in_c(cmplwi)
+#define PPC_LCMP       stringify_in_c(cmpw)
 #define PPC_LONG       stringify_in_c(.long)
 #define PPC_LONG_ALIGN stringify_in_c(.balign 4)
 #define PPC_TLNEI      stringify_in_c(twnei)