add commented out LOCKDEBUG

This commit is contained in:
perry 2009-04-10 23:00:53 +00:00
parent 84e3ca2d14
commit 108f1637cb
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.931 2009/03/29 15:45:08 ad Exp $
# $NetBSD: GENERIC,v 1.932 2009/04/10 23:00:53 perry 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.931 $"
#ident "GENERIC-$Revision: 1.932 $"
maxusers 64 # estimated number of users
@ -120,6 +120,7 @@ options BUFQ_PRIOCSCAN
# Diagnostic/debugging support options
#options DIAGNOSTIC # expensive kernel consistency checks
#options DEBUG # expensive debugging checks/support
#options LOCKDEBUG # expensive locking checks/support
#options KMEMSTATS # kernel memory statistics (vmstat -m)
options DDB # in-kernel debugger
#options DDB_ONPANIC=1 # see also sysctl(8): `ddb.onpanic'