Skip to content

Commit 4473733

Browse files
authored
Merge pull request #102 from giladreti/patch-1
Fix typo
2 parents 3c3ef72 + e8d5bf7 commit 4473733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lkmpg.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1585,7 +1585,7 @@ \subsection{Tasklets}
15851585
In recent kernels, tasklets can be replaced by workqueues, timers, or threaded interrupts.\footnote{The goal of threaded interrupts is to push more of the work to separate threads, so that the minimum needed for acknowledging an interrupt is reduced, and therefore the time spent handling the interrupt (where it can't handle any other interrupts at the same time) is reduced.
15861586
See https://lwn.net/Articles/302043/}
15871587
While the removal of tasklets remains a longer-term goal, the current kernel contains more than a hundred uses of tasklets.
1588-
Now developers are proceeding with the API changes and the macro \cpp|DECLARE_TASKLET_OLD| exists for compatibiity.
1588+
Now developers are proceeding with the API changes and the macro \cpp|DECLARE_TASKLET_OLD| exists for compatibility.
15891589
For further information, see \url{https://lwn.net/Articles/830964/}.
15901590

15911591
\subsection{Work queues}

0 commit comments

Comments
 (0)