瀏覽代碼

Adjust "in the mean time" description of tasklet

Since the init function may be interrupted. Tweak the description of
"in the mean time".

Close #152
Chih-En Lin 2 年之前
父節點
當前提交
87bd9ceb34
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      lkmpg.tex

+ 2 - 1
lkmpg.tex

@@ -1763,7 +1763,8 @@ For example, when triggered from an interrupt, whereas work queues are more comp
 \subsection{Tasklets}
 \label{sec:tasklet}
 Here is an example tasklet module.
-The \cpp|tasklet_fn| function runs for a few seconds and in the mean time execution of the \cpp|example_tasklet_init| function continues to the exit point.
+The \cpp|tasklet_fn| function runs for a few seconds.
+In the meantime, execution of the \cpp|example_tasklet_init| function may continue to the exit point, depending on whether it is interrupted by \textbf{softirq}.
 
 \samplec{examples/example_tasklet.c}