File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ config MIPS
47
47
select HAVE_ARCH_TRACEHOOK
48
48
select HAVE_ARCH_TRANSPARENT_HUGEPAGE if CPU_SUPPORTS_HUGEPAGES
49
49
select HAVE_ASM_MODVERSIONS
50
- select HAVE_EBPF_JIT if ( 64BIT && !CPU_MICROMIPS)
50
+ select HAVE_EBPF_JIT if 64BIT && !CPU_MICROMIPS && TARGET_ISA_REV >= 2
51
51
select HAVE_CONTEXT_TRACKING
52
52
select HAVE_COPY_THREAD_TLS
53
53
select HAVE_C_RECORDMCOUNT
Original file line number Diff line number Diff line change @@ -1803,7 +1803,7 @@ struct bpf_prog *bpf_int_jit_compile(struct bpf_prog *prog)
1803
1803
unsigned int image_size ;
1804
1804
u8 * image_ptr ;
1805
1805
1806
- if (!prog -> jit_requested || MIPS_ISA_REV < 2 )
1806
+ if (!prog -> jit_requested )
1807
1807
return prog ;
1808
1808
1809
1809
tmp = bpf_jit_blind_constants (prog );
You can’t perform that action at this time.
0 commit comments