Skip to content

Commit

Permalink
net: filter: fix sparc32 typo
Browse files Browse the repository at this point in the history
[ Upstream commit 588f5d6 ]

Fixes: 569810d ("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: Jiri Slaby <jslaby@suse.cz>
  • Loading branch information
Alexei Starovoitov authored and Jiri Slaby committed Jun 23, 2014
1 parent eadac3f commit 099d431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sparc/net/bpf_jit_comp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit 099d431

Please sign in to comment.