diff options
author | Konstantin Belousov <kib@FreeBSD.org> | 2023-08-28 02:44:29 +0000 |
---|---|---|
committer | Konstantin Belousov <kib@FreeBSD.org> | 2023-08-28 02:44:50 +0000 |
commit | 876ef0c568535f3e4aac0a8ce911e7e24202182b (patch) | |
tree | c8cfafd855b21d8880add30f37cd263a3788838b /sys/dev/hwpmc/hwpmc_mod.c | |
parent | 0a12bf23325da9cb479ef844869200ff1b0255cf (diff) |
Fix mis-merge
Diffstat (limited to 'sys/dev/hwpmc/hwpmc_mod.c')
-rw-r--r-- | sys/dev/hwpmc/hwpmc_mod.c | 2 |
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. |