mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 17:51:57 +09:00
net: filter: fix sparc32 typo
[ Upstream commit588f5d629b] 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
74f6232f45
commit
9cc0c78005
@@ -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