git: 72916c8a42d2 - stable/12 - amd64, i386: remove profile directive from NOTES

From: Kyle Evans <kevans_at_FreeBSD.org>
Date: Thu, 28 Apr 2022 03:59:20 UTC
The branch stable/12 has been updated by kevans:

URL: https://cgit.FreeBSD.org/src/commit/?id=72916c8a42d2f84f719699dc791bbc93e08af862

commit 72916c8a42d2f84f719699dc791bbc93e08af862
Author:     Kyle Evans <kevans@FreeBSD.org>
AuthorDate: 2022-04-28 03:59:05 +0000
Commit:     Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2022-04-28 03:59:05 +0000

    amd64, i386: remove profile directive from NOTES
    
    Support for this directive has been removed in config(8) on main,
    which leaves us unable to build LINT with newer config(8).  It's
    believed that mcount-based profiling didn't really work on modern
    systems anyways, so the value of testing this is low.
    
    We avoid providing limited backwards compatibility here to continue and
    warn folks that may somehow be deploying real-world configs with `profile`
    specified.
    
    This is a direct commit to stable/12, but a partial MFC of aa3ea612be36.
---
 sys/amd64/conf/NOTES | 4 ----
 sys/i386/conf/NOTES  | 4 ----
 2 files changed, 8 deletions(-)

diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES
index 3c87afadd33d..af3143a27aa7 100644
--- a/sys/amd64/conf/NOTES
+++ b/sys/amd64/conf/NOTES
@@ -7,10 +7,6 @@
 # $FreeBSD$
 #
 
-#
-# We want LINT to cover profiling as well.
-profile         2
-
 #
 # Enable the kernel DTrace hooks which are required to load the DTrace
 # kernel modules.
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 9a0e6a6f2261..aa561249a83e 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -7,10 +7,6 @@
 # $FreeBSD$
 #
 
-#
-# We want LINT to cover profiling as well.
-profile         2
-
 #
 # Enable the kernel DTrace hooks which are required to load the DTrace
 # kernel modules.