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