1
0
Fork 0

net: filter: fix sparc32 typo

Fixes: 569810d1e3 ("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>
hifive-unleashed-5.1
Alexei Starovoitov 2014-06-06 08:35:59 -07:00 committed by David S. Miller
parent 569810d1e3
commit 588f5d629b
1 changed files with 1 additions and 1 deletions

View File

@ -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) \