Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbmips/conf Include sljit on octeon so we can use ...
details: https://anonhg.NetBSD.org/src/rev/2a1bd7c16d89
branches: trunk
changeset: 349387:2a1bd7c16d89
user: roy <roy%NetBSD.org@localhost>
date: Fri Dec 09 10:30:48 2016 +0000
description:
Include sljit on octeon so we can use OPTIONS BPFJIT to speed up NPF on ERLITE.
diffstat:
sys/arch/evbmips/conf/files.octeon | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 000574b82c98 -r 2a1bd7c16d89 sys/arch/evbmips/conf/files.octeon
--- a/sys/arch/evbmips/conf/files.octeon Fri Dec 09 08:34:37 2016 +0000
+++ b/sys/arch/evbmips/conf/files.octeon Fri Dec 09 10:30:48 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.octeon,v 1.4 2015/06/01 22:55:12 matt Exp $
+# $NetBSD: files.octeon,v 1.5 2016/12/09 10:30:48 roy Exp $
file arch/evbmips/cavium/autoconf.c
file arch/evbmips/cavium/machdep.c
@@ -9,6 +9,9 @@
file kern/subr_disk_mbr.c
+# Stack-less Just-In-Time compiler
+include "external/bsd/sljit/conf/files.sljit"
+
#device cpu
#attach cpu at mainbus
#file arch/evbmips/evbmips/cpu.c cpu
Home |
Main Index |
Thread Index |
Old Index