Deleted Added
full compact
NOTES (282212) NOTES (284227)
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# This file contains machine dependent kernel configuration notes. For
5# machine independent notes, look in /sys/conf/NOTES.
6#
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# This file contains machine dependent kernel configuration notes. For
5# machine independent notes, look in /sys/conf/NOTES.
6#
7# $FreeBSD: head/sys/amd64/conf/NOTES 282212 2015-04-29 10:12:34Z whu $
7# $FreeBSD: head/sys/amd64/conf/NOTES 284227 2015-06-10 15:53:39Z br $
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14#
15# Enable the kernel DTrace hooks which are required to load the DTrace
16# kernel modules.
17#
18options KDTRACE_HOOKS
19
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14#
15# Enable the kernel DTrace hooks which are required to load the DTrace
16# kernel modules.
17#
18options KDTRACE_HOOKS
19
20# DTrace core
21# NOTE: introduces CDDL-licensed components into the kernel
22#device dtrace
23
24# DTrace modules
25#device dtrace_lockstat
26#device dtrace_profile
27#device dtrace_sdt
28#device dtrace_fbt
29#device dtrace_systrace
30#device dtrace_prototype
31#device dtnfscl
32#device dtmalloc
33
34# Alternatively include all the DTrace modules
35#device dtraceall
36
20
21#####################################################################
22# SMP OPTIONS:
23#
24# Notes:
25#
26# IPI_PREEMPTION instructs the kernel to preempt threads running on other
27# CPUS if needed. Relies on the PREEMPTION option

--- 645 unchanged lines hidden ---
37
38#####################################################################
39# SMP OPTIONS:
40#
41# Notes:
42#
43# IPI_PREEMPTION instructs the kernel to preempt threads running on other
44# CPUS if needed. Relies on the PREEMPTION option

--- 645 unchanged lines hidden ---