mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
hwpmc_amd: remove an unused variable
This should fix the LINT builds.
Reported by: Jenkins
Sponsored by: The FreeBSD Foundation
Fixes: 2c6f474ee8 ("hwpmc_amd: kill of k7 support bits")
This commit is contained in:
parent
24fe0cb84d
commit
b5437d6c65
1 changed files with 0 additions and 1 deletions
|
|
@ -451,7 +451,6 @@ amd_allocate_pmc(int cpu __unused, int ri, struct pmc *pm,
|
|||
static int
|
||||
amd_release_pmc(int cpu, int ri, struct pmc *pmc __unused)
|
||||
{
|
||||
const struct amd_descr *pd __pmcdbg_used;
|
||||
struct pmc_hw *phw __diagused;
|
||||
|
||||
KASSERT(cpu >= 0 && cpu < pmc_cpu_max(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue