mirror of
https://github.com/torvalds/linux.git
synced 2026-02-04 15:28:49 +08:00
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>
This commit is contained in:
committed by
David S. Miller
parent
569810d1e3
commit
588f5d629b
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user