From f4a9e9fc79137889d273c06397b3bee8189b4deb Mon Sep 17 00:00:00 2001 From: Mateusz Guzik Date: Thu, 23 Feb 2023 16:40:40 +0000 Subject: [PATCH] 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 */