aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2023-08-28 02:44:29 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2023-08-28 02:44:50 +0000
commit876ef0c568535f3e4aac0a8ce911e7e24202182b (patch)
treec8cfafd855b21d8880add30f37cd263a3788838b
parent0a12bf23325da9cb479ef844869200ff1b0255cf (diff)
downloadsrc-876ef0c568535f3e4aac0a8ce911e7e24202182b.tar.gz
src-876ef0c568535f3e4aac0a8ce911e7e24202182b.zip
Fix mis-merge
-rw-r--r--sys/dev/hwpmc/hwpmc_mod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hwpmc/hwpmc_mod.c b/sys/dev/hwpmc/hwpmc_mod.c
index c402c764d0a9..0ef8fe949bca 100644
--- a/sys/dev/hwpmc/hwpmc_mod.c
+++ b/sys/dev/hwpmc/hwpmc_mod.c
@@ -5216,7 +5216,7 @@ pmc_process_exit(void *arg __unused, struct proc *p)
} else
critical_exit(); /* pp == NULL */
-
+out:
/*
* If the process owned PMCs, free them up and free up
* memory.