git: 7eb963109563 - stable/13 - amd64, i386: remove profile directive from NOTES

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

URL: https://cgit.FreeBSD.org/src/commit/?id=7eb963109563e4b3bda3ad8196fe4a3896ffac69

commit 7eb963109563e4b3bda3ad8196fe4a3896ffac69
Author:     Kyle Evans <kevans@FreeBSD.org>
AuthorDate: 2022-04-28 03:59:02 +0000
Commit:     Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2022-04-28 03:59:02 +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/13, 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 d701a51dbe4d..54ca25e42c40 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 18f015bcc726..48304670d4c2 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.