提交 6b3d4eec 编写于 作者: D David S. Miller

sparc: Split BPF JIT into 32-bit and 64-bit.

This is in preparation for adding the 64-bit eBPF JIT.
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 fb796707
#
# Arch-specific network modules
#
obj-$(CONFIG_BPF_JIT) += bpf_jit_asm.o bpf_jit_comp.o
obj-$(CONFIG_BPF_JIT) += bpf_jit_asm_$(BITS).o bpf_jit_comp_$(BITS).o
#include <asm/ptrace.h>
#include "bpf_jit.h"
#include "bpf_jit_32.h"
#ifdef CONFIG_SPARC64
#define SAVE_SZ 176
......
#include "bpf_jit_asm_32.S"
......@@ -8,7 +8,7 @@
#include <asm/cacheflush.h>
#include <asm/ptrace.h>
#include "bpf_jit.h"
#include "bpf_jit_32.h"
int bpf_jit_enable __read_mostly;
......
#include "bpf_jit_comp_32.c"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册