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

net: filter: fix sparc32 typo

Fixes: 569810d1e327 ("net: filter: fix typo in sparc BPF JIT")
Signed-off-by: Alexei Starovoitov <ast@plumgrid.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Alexei Starovoitov and committed by
David S. Miller
588f5d62 569810d1

+1 -1
+1 -1
arch/sparc/net/bpf_jit_comp.c
··· 85 85 #ifdef CONFIG_SPARC64 86 86 #define BE_PTR (F2(0, 1) | CONDE | (2 << 20)) 87 87 #else 88 - #define BE_PTR BNE 88 + #define BE_PTR BE 89 89 #endif 90 90 91 91 #define SETHI(K, REG) \