Module Name:    src
Committed By:   christos
Date:           Sun Apr 10 15:39:27 UTC 2016

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

Log Message:
We don't need TRAP_SIGDEBUG


To generate a diff of this commit:
cvs rdiff -u -r1.428 -r1.429 src/sys/arch/amd64/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.428 src/sys/arch/amd64/conf/GENERIC:1.429
--- src/sys/arch/amd64/conf/GENERIC:1.428	Sun Apr 10 11:28:24 2016
+++ src/sys/arch/amd64/conf/GENERIC	Sun Apr 10 11:39:27 2016
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.428 2016/04/10 15:28:24 christos Exp $
+# $NetBSD: GENERIC,v 1.429 2016/04/10 15:39:27 christos 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.428 $"
+#ident 		"GENERIC-$Revision: 1.429 $"
 
 maxusers	64		# estimated number of users
 
@@ -1317,4 +1317,3 @@ options 	PAX_SEGVGUARD=0		# PaX Segmenta
 options 	PAX_MPROTECT=0		# PaX mprotect(2) restrictions
 options 	PAX_MPROTECT_DEBUG=1	# PaX mprotect debug
 options 	PAX_ASLR=1		# PaX Address Space Layout Randomization
-options		TRAP_SIGDEBUG

Reply via email to