Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Denis Kirjanov and committed by
David S. Miller
fb7fc08e 6d91147d

+4
+4
arch/powerpc/include/asm/asm-compat.h
··· 23 23 #define PPC_STL stringify_in_c(std) 24 24 #define PPC_STLU stringify_in_c(stdu) 25 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 28 #define PPC_LONG stringify_in_c(.llong) 27 29 #define PPC_LONG_ALIGN stringify_in_c(.balign 8) 28 30 #define PPC_TLNEI stringify_in_c(tdnei) ··· 54 52 #define PPC_STL stringify_in_c(stw) 55 53 #define PPC_STLU stringify_in_c(stwu) 56 54 #define PPC_LCMPI stringify_in_c(cmpwi) 55 + #define PPC_LCMPLI stringify_in_c(cmplwi) 56 + #define PPC_LCMP stringify_in_c(cmpw) 57 57 #define PPC_LONG stringify_in_c(.long) 58 58 #define PPC_LONG_ALIGN stringify_in_c(.balign 4) 59 59 #define PPC_TLNEI stringify_in_c(twnei)