mirror of
https://github.com/sysprog21/lkmpg.git
synced 2024-11-22 14:18:35 +08:00
fix typo: compatibiity -> compatibility
This commit is contained in:
parent
3c3ef728bf
commit
e8d5bf7fd4
|
@ -1585,7 +1585,7 @@ Also, the kernel only allows one instance of any given tasklet to be running at
|
|||
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.
|
||||
See https://lwn.net/Articles/302043/}
|
||||
While the removal of tasklets remains a longer-term goal, the current kernel contains more than a hundred uses of tasklets.
|
||||
Now developers are proceeding with the API changes and the macro \cpp|DECLARE_TASKLET_OLD| exists for compatibiity.
|
||||
Now developers are proceeding with the API changes and the macro \cpp|DECLARE_TASKLET_OLD| exists for compatibility.
|
||||
For further information, see \url{https://lwn.net/Articles/830964/}.
|
||||
|
||||
\subsection{Work queues}
|
||||
|
|
Loading…
Reference in New Issue
Block a user