Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch Remove commented out BPFJIT & SLJIT options as they...



details:   https://anonhg.NetBSD.org/src/rev/3f0ad4009152
branches:  trunk
changeset: 363822:3f0ad4009152
user:      sevan <sevan%NetBSD.org@localhost>
date:      Sun Aug 12 17:59:21 2018 +0000

description:
Remove commented out BPFJIT & SLJIT options as they are provided as loadable
modules already.

Heads up by <leot> <christos>

diffstat:

 sys/arch/amd64/conf/GENERIC |  8 ++------
 sys/arch/i386/conf/GENERIC  |  8 ++------
 2 files changed, 4 insertions(+), 12 deletions(-)

diffs (58 lines):

diff -r c30cf0afc5a3 -r 3f0ad4009152 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Sun Aug 12 17:46:49 2018 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Sun Aug 12 17:59:21 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.500 2018/08/10 17:54:46 sevan Exp $
+# $NetBSD: GENERIC,v 1.501 2018/08/12 17:59:21 sevan Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.500 $"
+#ident         "GENERIC-$Revision: 1.501 $"
 
 maxusers       64              # estimated number of users
 
@@ -205,10 +205,6 @@
 #options       TCP_DEBUG       # Record last TCP_NDEBUG packets with SO_DEBUG
 #options       TCP_SIGNATURE   # Enable RFC-2385 TCP md5 signatures
 
-# JIT compiler for bpfilter
-#options       SLJIT
-#options       BPFJIT
-
 #options       ALTQ            # Manipulate network interfaces' output queues
 #options       ALTQ_BLUE       # Stochastic Fair Blue
 #options       ALTQ_CBQ        # Class-Based Queueing
diff -r c30cf0afc5a3 -r 3f0ad4009152 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sun Aug 12 17:46:49 2018 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sun Aug 12 17:59:21 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1186 2018/08/10 17:54:46 sevan Exp $
+# $NetBSD: GENERIC,v 1.1187 2018/08/12 17:59:21 sevan Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.1186 $"
+#ident         "GENERIC-$Revision: 1.1187 $"
 
 maxusers       64              # estimated number of users
 
@@ -196,10 +196,6 @@
 options        PPP_FILTER      # Active filter support for PPP (requires bpf)
 #options       TCP_DEBUG       # Record last TCP_NDEBUG packets with SO_DEBUG
 
-# JIT compiler for bpfilter
-#options       SLJIT
-#options       BPFJIT
-
 #options       ALTQ            # Manipulate network interfaces' output queues
 #options       ALTQ_BLUE       # Stochastic Fair Blue
 #options       ALTQ_CBQ        # Class-Based Queueing



Home | Main Index | Thread Index | Old Index