diff options
Diffstat (limited to 'arch/sparc/net')
-rw-r--r-- | arch/sparc/net/bpf_jit_comp.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/sparc/net/bpf_jit_comp.c b/arch/sparc/net/bpf_jit_comp.c index 3109ca684a99..d36a85ebb5e0 100644 --- a/arch/sparc/net/bpf_jit_comp.c +++ b/arch/sparc/net/bpf_jit_comp.c | |||
@@ -795,13 +795,9 @@ cond_branch: f_offset = addrs[i + filter[i].jf]; | |||
795 | } | 795 | } |
796 | 796 | ||
797 | if (bpf_jit_enable > 1) | 797 | if (bpf_jit_enable > 1) |
798 | pr_err("flen=%d proglen=%u pass=%d image=%p\n", | 798 | bpf_jit_dump(flen, proglen, pass, image); |
799 | flen, proglen, pass, image); | ||
800 | 799 | ||
801 | if (image) { | 800 | if (image) { |
802 | if (bpf_jit_enable > 1) | ||
803 | print_hex_dump(KERN_ERR, "JIT code: ", DUMP_PREFIX_ADDRESS, | ||
804 | 16, 1, image, proglen, false); | ||
805 | bpf_flush_icache(image, image + proglen); | 801 | bpf_flush_icache(image, image + proglen); |
806 | fp->bpf_func = (void *)image; | 802 | fp->bpf_func = (void *)image; |
807 | } | 803 | } |