Commit 588f5d62 authored by Alexei Starovoitov's avatar Alexei Starovoitov Committed by David S. Miller

net: filter: fix sparc32 typo

Fixes: 569810d1 ("net: filter: fix typo in sparc BPF JIT")
Signed-off-by: default avatarAlexei Starovoitov <ast@plumgrid.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 569810d1
......@@ -85,7 +85,7 @@ static void bpf_flush_icache(void *start_, void *end_)
#ifdef CONFIG_SPARC64
#define BE_PTR (F2(0, 1) | CONDE | (2 << 20))
#else
#define BE_PTR BNE
#define BE_PTR BE
#endif
#define SETHI(K, REG) \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment