mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 06:31:52 +00:00
a83d081ed1
mips: allmodconfig fails in 3.16-rc1 with lots of undefined symbols. arch/mips/net/bpf_jit.c: In function 'is_load_to_a': arch/mips/net/bpf_jit.c:559:7: error: 'BPF_S_LD_W_LEN' undeclared (first use in this function) arch/mips/net/bpf_jit.c:559:7: note: each undeclared identifier is reported only once for each function it appears in arch/mips/net/bpf_jit.c:560:7: error: 'BPF_S_LD_W_ABS' undeclared (first use in this function) [...] The reason behind this is that |
||
---|---|---|
.. | ||
bpf_jit.c | ||
bpf_jit.h | ||
Makefile |