mirror of
https://github.com/sysprog21/lkmpg.git
synced 2025-04-25 14:04:07 +08:00
deploy: 027f39c0c19d0dde170233ac41f9ecf7c8f0d339
This commit is contained in:
parent
1293243b98
commit
c897db72f5
@ -18,7 +18,7 @@
|
||||
|
||||
<h2 class='titleHead'>The Linux Kernel Module Programming Guide</h2>
|
||||
<div class='author'><span class='ecrm-1200'>Peter Jay Salzman, Michael Burian, Ori Pomerantz, Bob Mottram, Jim Huang</span></div><br />
|
||||
<div class='date'><span class='ecrm-1200'>September 21, 2021</span></div>
|
||||
<div class='date'><span class='ecrm-1200'>September 22, 2021</span></div>
|
||||
|
||||
|
||||
|
||||
@ -5417,8 +5417,8 @@ please create an issue at <a class='url' href='https://github.com/sysprog21/lkmp
|
||||
</p>
|
||||
<div class='footnotes'><!-- l. 1586 --><p class='indent'> <span class='footnote-mark'><a href='#fn1x0-bk' id='fn1x0'><sup class='textsuperscript'>1</sup></a></span><span class='ecrm-0800'>The goal of threaded interrupts is to push more of the work to separate threads, so that the
|
||||
</span><span class='ecrm-0800'>minimum needed for acknowledging an interrupt is reduced, and therefore the time spent handling
|
||||
</span><span class='ecrm-0800'>the interrupt (where it can’t handle any other interrupts at the same time) is reduced. See
|
||||
</span><span class='ecrm-0800'>https://lwn.net/Articles/302043/</span></p> </div>
|
||||
</span><span class='ecrm-0800'>the interrupt (where it can’t handle any other interrupts at the same time) is reduced. See</span>
|
||||
<a class='url' href='https://lwn.net/Articles/302043/'><span class='ectt-0800'>https://lwn.net/Articles/302043/</span></a><span class='ecrm-0800'>.</span></p> </div>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -18,7 +18,7 @@
|
||||
|
||||
<h2 class='titleHead'>The Linux Kernel Module Programming Guide</h2>
|
||||
<div class='author'><span class='ecrm-1200'>Peter Jay Salzman, Michael Burian, Ori Pomerantz, Bob Mottram, Jim Huang</span></div><br />
|
||||
<div class='date'><span class='ecrm-1200'>September 21, 2021</span></div>
|
||||
<div class='date'><span class='ecrm-1200'>September 22, 2021</span></div>
|
||||
|
||||
|
||||
|
||||
@ -5417,8 +5417,8 @@ please create an issue at <a class='url' href='https://github.com/sysprog21/lkmp
|
||||
</p>
|
||||
<div class='footnotes'><!-- l. 1586 --><p class='indent'> <span class='footnote-mark'><a href='#fn1x0-bk' id='fn1x0'><sup class='textsuperscript'>1</sup></a></span><span class='ecrm-0800'>The goal of threaded interrupts is to push more of the work to separate threads, so that the
|
||||
</span><span class='ecrm-0800'>minimum needed for acknowledging an interrupt is reduced, and therefore the time spent handling
|
||||
</span><span class='ecrm-0800'>the interrupt (where it can’t handle any other interrupts at the same time) is reduced. See
|
||||
</span><span class='ecrm-0800'>https://lwn.net/Articles/302043/</span></p> </div>
|
||||
</span><span class='ecrm-0800'>the interrupt (where it can’t handle any other interrupts at the same time) is reduced. See</span>
|
||||
<a class='url' href='https://lwn.net/Articles/302043/'><span class='ectt-0800'>https://lwn.net/Articles/302043/</span></a><span class='ecrm-0800'>.</span></p> </div>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user