Module Name:    src
Committed By:   sevan
Date:           Sun Aug 12 17:59:21 UTC 2018

Modified Files:
        src/sys/arch/amd64/conf: GENERIC
        src/sys/arch/i386/conf: GENERIC

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

Heads up by <leot> <christos>


To generate a diff of this commit:
cvs rdiff -u -r1.500 -r1.501 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.1186 -r1.1187 src/sys/arch/i386/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.500 src/sys/arch/amd64/conf/GENERIC:1.501
--- src/sys/arch/amd64/conf/GENERIC:1.500	Fri Aug 10 17:54:46 2018
+++ src/sys/arch/amd64/conf/GENERIC	Sun Aug 12 17:59:21 2018
@@ -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 @@ include 	"arch/amd64/conf/std.amd64"
 
 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 	PPP_FILTER	# Active filter supp
 #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

Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1186 src/sys/arch/i386/conf/GENERIC:1.1187
--- src/sys/arch/i386/conf/GENERIC:1.1186	Fri Aug 10 17:54:46 2018
+++ src/sys/arch/i386/conf/GENERIC	Sun Aug 12 17:59:21 2018
@@ -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 @@ include 	"arch/i386/conf/std.i386"
 
 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 	NETATALK	# AppleTalk networking
 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

Reply via email to