From daad0b6501359fefa0ee6065646508187e9dfbb0 Mon Sep 17 00:00:00 2001 From: Kristof Provost Date: Tue, 3 Dec 2024 16:58:26 +0100 Subject: [PATCH] LINT: Remove DTrace support, but leave the commented out option Fixes: 2f915345634e9e0f809f79581359190268908ba9 Reported by: John Baldwin Sponsored by: Rubicon Communications, LLC ("Netgate") --- sys/x86/conf/NOTES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sys/x86/conf/NOTES b/sys/x86/conf/NOTES index bb45d4ecbf9..3b3439b519d 100644 --- a/sys/x86/conf/NOTES +++ b/sys/x86/conf/NOTES @@ -2,6 +2,12 @@ # Common NOTES between i386 and amd64 +# +# Enable the kernel DTrace hooks which are required to load the DTrace +# kernel modules. +# +#options KDTRACE_HOOKS + # DTrace core # NOTE: introduces CDDL-licensed components into the kernel #device dtrace