x86: whack kernel gcov vestige

Sponsored by:	Rubicon Communications, LLC ("Netgate")
This commit is contained in:
Mateusz Guzik 2023-02-23 16:40:40 +00:00
parent 3dd5524264
commit f4a9e9fc79

View File

@ -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 */