Page MenuHomeFreeBSD

D36937.diff
No OneTemporary

D36937.diff

diff --git a/share/man/man9/swi.9 b/share/man/man9/swi.9
--- a/share/man/man9/swi.9
+++ b/share/man/man9/swi.9
@@ -139,12 +139,6 @@
.Fa handler
will be executed the next time that the software interrupt thread runs after
being scheduled by another event.
-Attaching a handler to the clock software interrupt thread and using this flag
-when scheduling a software interrupt handler can be used to implement the
-functionality performed by
-.Fn setdelayed
-in earlier versions of
-.Fx .
.It Dv SWI_FROMNMI
Specifies that
.Fn swi_sched
@@ -163,11 +157,9 @@
.Va tty_intr_event
is used to hang tty software interrupt handlers off of the same thread.
.Va clk_intr_event
-is used to hang delayed handlers off of the clock software interrupt thread so
-that the functionality of
-.Fn setdelayed
-can be obtained in conjunction with
-.Dv SWI_DELAY .
+is used to hang delayed handlers off of the clock interrupt, and is invoked
+directly by
+.Xr hardclock 9 .
.Sh RETURN VALUES
The
.Fn swi_add
@@ -222,6 +214,7 @@
.Dv NULL .
.El
.Sh SEE ALSO
+.Xr hardclock 9 ,
.Xr ithread 9 ,
.Xr taskqueue 9
.Sh HISTORY

File Metadata

Mime Type
text/plain
Expires
Mon, Nov 18, 8:24 PM (21 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14704155
Default Alt Text
D36937.diff (1 KB)

Event Timeline