From: Alexei Starovoitov Date: Wed, 14 May 2014 02:50:45 +0000 (-0700) Subject: net: filter: x86: split bpf_jit_compile() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~219^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3c2af7ba17a;p=pandora-kernel.git net: filter: x86: split bpf_jit_compile() Split bpf_jit_compile() into two functions to improve readability of for(pass++) loop. The change follows similar style of JIT compilers for arm, powerpc, s390 The body of new do_jit() was not reformatted to reduce noise in this patch, since the following patch replaces most of it. Tested with BPF testsuite. Signed-off-by: Alexei Starovoitov Signed-off-by: David S. Miller --- Reading git-diff-tree failed