From: David S. Miller Date: Tue, 17 Apr 2012 20:08:29 +0000 (-0400) Subject: net: filter: Fix some minor issues in sparc JIT. X-Git-Tag: v3.5-rc1~109^2~417 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b56f76edf2da7ab3e356cc0db16f9af4c6a26e2;p=pandora-kernel.git 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 --- Reading git-diff-tree failed