summaryrefslogtreecommitdiff
path: root/sys/kern/kern_umtx.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/kern_umtx.c')
-rw-r--r--sys/kern/kern_umtx.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/kern_umtx.c b/sys/kern/kern_umtx.c
index 7ecf8e264058..1eaeae7e5558 100644
--- a/sys/kern/kern_umtx.c
+++ b/sys/kern/kern_umtx.c
@@ -715,7 +715,6 @@ umtxq_signal_queue(struct umtx_key *key, int n_wake, int q)
return (ret);
}
-
/*
* Wake up specified thread.
*/
@@ -1578,7 +1577,6 @@ umtx_pi_setowner(struct umtx_pi *pi, struct thread *owner)
TAILQ_INSERT_TAIL(&uq_owner->uq_pi_contested, pi, pi_link);
}
-
/*
* Disown a PI mutex, and remove it from the owned list.
*/