git: 3b6f0edd5ccc - main - taskqueue.9: replace ithread(9) with intr_event(9)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 14 Sep 2025 04:53:50 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=3b6f0edd5ccc1f013fb25fe49244fffe42e7cbe1 commit 3b6f0edd5ccc1f013fb25fe49244fffe42e7cbe1 Author: Miroslav Cimerman <mc@doas.su> AuthorDate: 2025-09-13 21:35:17 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2025-09-14 02:49:14 +0000 taskqueue.9: replace ithread(9) with intr_event(9) Signed-off-by: Miroslav Cimerman <mc@doas.su> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1845 --- share/man/man9/taskqueue.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/taskqueue.9 b/share/man/man9/taskqueue.9 index 5afeffcb558b..8ffa9a96d816 100644 --- a/share/man/man9/taskqueue.9 +++ b/share/man/man9/taskqueue.9 @@ -530,7 +530,7 @@ If queueing delays cannot be tolerated then a private taskqueue should be created with a dedicated processing thread. .Sh SEE ALSO .Xr callout 9 , -.Xr ithread 9 , +.Xr intr_event 9 , .Xr kthread 9 , .Xr swi 9 .Sh HISTORY