]> git.baikalelectronics.ru Git - kernel.git/commit
net: filter: Fix some minor issues in sparc JIT.
authorDavid S. Miller <davem@davemloft.net>
Tue, 17 Apr 2012 20:08:29 +0000 (16:08 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Apr 2012 20:08:29 +0000 (16:08 -0400)
commit3bb0daef97977981e4b7f55f2bffb05c5928ceb8
tree655860580d081c983e643589e6f56cc1a01138f3
parent90752eca38a7a3966c69e3863d79ca628cbf80ea
net: filter: Fix some minor issues in sparc JIT.

Correct conventions comments.  %o4 and %o5 were swapped,
%g3 was not documented.

Use r_TMP instead of r_SKB_DATA + r_OFF where possible in
assembler stubs.

Correct discussion of %o4 and %o5 in one of bpf_jit_compile()'s
comments.

Based upon feedback from Richard Mortimer.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/net/bpf_jit.h
arch/sparc/net/bpf_jit_asm.S
arch/sparc/net/bpf_jit_comp.c