aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorDenis Kirjanov <kda@linux-powerpc.org>2015-02-17 02:04:38 -0500
committerDavid S. Miller <davem@davemloft.net>2015-02-20 15:19:43 -0500
commitfb7fc08e57f4d4479de235dd7354f94e860c8e6a (patch)
tree1e3b45f8fba723e4671bdac1fa88d972e5257af8 /arch
parent6d91147d183c87d290f3b062d3fbf1ede312b449 (diff)
ppc: bpf: add required compatibility macros for jit
Signed-off-by: Denis Kirjanov <kda@linux-powerpc.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/include/asm/asm-compat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/asm-compat.h b/arch/powerpc/include/asm/asm-compat.h
index 21be8ae8f809..dc85dcb891cf 100644
--- a/arch/powerpc/include/asm/asm-compat.h
+++ b/arch/powerpc/include/asm/asm-compat.h
@@ -23,6 +23,8 @@
23#define PPC_STL stringify_in_c(std) 23#define PPC_STL stringify_in_c(std)
24#define PPC_STLU stringify_in_c(stdu) 24#define PPC_STLU stringify_in_c(stdu)
25#define PPC_LCMPI stringify_in_c(cmpdi) 25#define PPC_LCMPI stringify_in_c(cmpdi)
26#define PPC_LCMPLI stringify_in_c(cmpldi)
27#define PPC_LCMP stringify_in_c(cmpd)
26#define PPC_LONG stringify_in_c(.llong) 28#define PPC_LONG stringify_in_c(.llong)
27#define PPC_LONG_ALIGN stringify_in_c(.balign 8) 29#define PPC_LONG_ALIGN stringify_in_c(.balign 8)
28#define PPC_TLNEI stringify_in_c(tdnei) 30#define PPC_TLNEI stringify_in_c(tdnei)
@@ -52,6 +54,8 @@
52#define PPC_STL stringify_in_c(stw) 54#define PPC_STL stringify_in_c(stw)
53#define PPC_STLU stringify_in_c(stwu) 55#define PPC_STLU stringify_in_c(stwu)
54#define PPC_LCMPI stringify_in_c(cmpwi) 56#define PPC_LCMPI stringify_in_c(cmpwi)
57#define PPC_LCMPLI stringify_in_c(cmplwi)
58#define PPC_LCMP stringify_in_c(cmpw)
55#define PPC_LONG stringify_in_c(.long) 59#define PPC_LONG stringify_in_c(.long)
56#define PPC_LONG_ALIGN stringify_in_c(.balign 4) 60#define PPC_LONG_ALIGN stringify_in_c(.balign 4)
57#define PPC_TLNEI stringify_in_c(twnei) 61#define PPC_TLNEI stringify_in_c(twnei)