The branch main has been updated by mjg:

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

commit f4a9e9fc79137889d273c06397b3bee8189b4deb
Author:     Mateusz Guzik <m...@freebsd.org>
AuthorDate: 2023-02-23 16:40:40 +0000
Commit:     Mateusz Guzik <m...@freebsd.org>
CommitDate: 2023-02-23 16:42:38 +0000

    x86: whack kernel gcov vestige
    
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 sys/x86/x86/mp_x86.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sys/x86/x86/mp_x86.c b/sys/x86/x86/mp_x86.c
index 8d305cf76d1e..34c54b27eeff 100644
--- a/sys/x86/x86/mp_x86.c
+++ b/sys/x86/x86/mp_x86.c
@@ -88,9 +88,6 @@ __FBSDID("$FreeBSD$");
 
 static MALLOC_DEFINE(M_CPUS, "cpus", "CPU items");
 
-/* lock region used by kernel profiling */
-int    mcount_lock;
-
 int    mp_naps;                /* # of Applications processors */
 int    boot_cpu_id = -1;       /* designated BSP */
 

Reply via email to