Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Remove duplicated option.



details:   https://anonhg.NetBSD.org/src/rev/cc5420ae007c
branches:  trunk
changeset: 449671:cc5420ae007c
user:      isaki <isaki%NetBSD.org@localhost>
date:      Sat Mar 16 04:31:25 2019 +0000

description:
Remove duplicated option.

diffstat:

 sys/arch/i386/conf/ALL |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 96bba876bbf0 -r cc5420ae007c sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Sat Mar 16 03:27:15 2019 +0000
+++ b/sys/arch/i386/conf/ALL    Sat Mar 16 04:31:25 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.464 2019/02/24 20:56:27 kamil Exp $
+# $NetBSD: ALL,v 1.465 2019/03/16 04:31:25 isaki Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "ALL-$Revision: 1.464 $"
+#ident         "ALL-$Revision: 1.465 $"
 
 maxusers       64              # estimated number of users
 
@@ -110,7 +110,6 @@
 # Diagnostic/debugging support options
 options        DIAGNOSTIC      # inexpensive kernel consistency checks
 options        DEBUG           # expensive debugging checks/support
-options                KUBSAN          # Kernel Undefined Behavior Sanitizer (kUBSan)
 options        LOCKDEBUG       # expensive locking checks/support
 options        DDB             # in-kernel debugger
 options        DDB_ONPANIC=1   # see also sysctl(7): `ddb.onpanic'



Home | Main Index | Thread Index | Old Index