Commit 099d431e authored by Alexei Starovoitov's avatar Alexei Starovoitov Committed by Jiri Slaby

net: filter: fix sparc32 typo

[ Upstream commit 588f5d62 ]

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>
Signed-off-by: default avatarJiri Slaby <jslaby@suse.cz>
parent eadac3f2
......@@ -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