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