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