commit | f3c2af7ba17a83809806880062c9ad541744fb95 | [log] [tgz] |
---|---|---|
author | Alexei Starovoitov <ast@plumgrid.com> | Tue May 13 19:50:45 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu May 15 16:31:30 2014 -0400 |
tree | 883522e429e6268a4b79e3bb7f15046c87d5eda7 | |
parent | 9509b1c150ebbffce0a0480ff21f43e3cd3b2c32 [diff] |
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 <ast@plumgrid.com> Signed-off-by: David S. Miller <davem@davemloft.net>