commit | 7b56f76edf2da7ab3e356cc0db16f9af4c6a26e2 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Apr 17 16:08:29 2012 -0400 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 17 16:08:29 2012 -0400 |
tree | 655860580d081c983e643589e6f56cc1a01138f3 | |
parent | b3d7b2f2f07ff0ab87442f2d499f2860ef59bfaa [diff] |
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>