1*bd19924fSGeorge V. Neville-Neil# 2*bd19924fSGeorge V. Neville-Neil# GENERIC-NODEBUG -- WITNESS and INVARIANTS free kernel configuration file 3*bd19924fSGeorge V. Neville-Neil# for FreeBSD/amd64 4*bd19924fSGeorge V. Neville-Neil# 5*bd19924fSGeorge V. Neville-Neil# This configuration file removes several debugging options, including 6*bd19924fSGeorge V. Neville-Neil# WITNESS and INVARIANTS checking, which are known to have significant 7*bd19924fSGeorge V. Neville-Neil# performance impact on running systems. When benchmarking new features 8*bd19924fSGeorge V. Neville-Neil# this kernel should be used instead of the standard GENERIC. 9*bd19924fSGeorge V. Neville-Neil# This kernel configuration should never appear outside of the HEAD 10*bd19924fSGeorge V. Neville-Neil# of the FreeBSD tree. 11*bd19924fSGeorge V. Neville-Neil# 12*bd19924fSGeorge V. Neville-Neil# For more information on this file, please read the config(5) manual page, 13*bd19924fSGeorge V. Neville-Neil# and/or the handbook section on Kernel Configuration Files: 14*bd19924fSGeorge V. Neville-Neil# 15*bd19924fSGeorge V. Neville-Neil# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html 16*bd19924fSGeorge V. Neville-Neil# 17*bd19924fSGeorge V. Neville-Neil# The handbook is also available locally in /usr/share/doc/handbook 18*bd19924fSGeorge V. Neville-Neil# if you've installed the doc distribution, otherwise always see the 19*bd19924fSGeorge V. Neville-Neil# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the 20*bd19924fSGeorge V. Neville-Neil# latest information. 21*bd19924fSGeorge V. Neville-Neil# 22*bd19924fSGeorge V. Neville-Neil# An exhaustive list of options and more detailed explanations of the 23*bd19924fSGeorge V. Neville-Neil# device lines is also present in the ../../conf/NOTES and NOTES files. 24*bd19924fSGeorge V. Neville-Neil# If you are in doubt as to the purpose or necessity of a line, check first 25*bd19924fSGeorge V. Neville-Neil# in NOTES. 26*bd19924fSGeorge V. Neville-Neil# 27*bd19924fSGeorge V. Neville-Neil# $FreeBSD$ 28*bd19924fSGeorge V. Neville-Neil 29*bd19924fSGeorge V. Neville-Neilinclude GENERIC 30*bd19924fSGeorge V. Neville-Neil 31*bd19924fSGeorge V. Neville-Neilident GENERIC-NODEBUG 32*bd19924fSGeorge V. Neville-Neil 33*bd19924fSGeorge V. Neville-Neilnooptions INVARIANTS 34*bd19924fSGeorge V. Neville-Neilnooptions INVARIANT_SUPPORT 35*bd19924fSGeorge V. Neville-Neilnooptions WITNESS 36*bd19924fSGeorge V. Neville-Neilnooptions WITNESS_SKIPSPIN 37*bd19924fSGeorge V. Neville-Neilnooptions DEADLKRES 38*bd19924fSGeorge V. Neville-Neil 39