MFi386: Add BPF Just-In-Time compiler.

This commit is contained in:
Yoshihiro Takahashi 2005-12-06 12:26:24 +00:00
parent 44e09d2fa2
commit acd892b65d
2 changed files with 4 additions and 0 deletions

View File

@ -136,6 +136,7 @@ i386/i386/atomic.c standard \
i386/i386/autoconf.c standard
i386/i386/bios.c standard
i386/i386/bioscall.s standard
i386/i386/bpf_jit_machdep.c optional bpf bpf_jitter
i386/i386/busdma_machdep.c standard
i386/i386/db_disasm.c optional ddb
i386/i386/db_interface.c optional ddb

View File

@ -111,3 +111,6 @@ STOP_NMI opt_cpu.h
# FreeBSD/i386 supports xbox and is shared with pc98 so we need to define
# dummy opt_xbox.h
NO_XBOX opt_xbox.h
# BPF just-in-time compiler
BPF_JITTER opt_bpf.h