deploy: c65f6339750754e9c1571fbec8267caf8055862f

This commit is contained in:
jserv 2025-04-08 22:39:00 +00:00
parent df1d86d3f5
commit 2a0f0d17d0
2 changed files with 4 additions and 4 deletions

View File

@ -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'>April 4, 2025</span></div>
<div class='date'><span class='ecrm-1200'>April 8, 2025</span></div>
@ -5441,7 +5441,7 @@ that in some materials, you may encounter another set of IRQ flags named with th
<code> <span class='ectt-1000'>SA</span>
</code> prefix. For example, the <code> <span class='ectt-1000'>SA_SHIRQ</span>
</code> and the <code> <span class='ectt-1000'>SA_INTERRUPT</span>
</code>. Those are the the IRQ flags in the older kernels. They have been removed completely. Today
</code>. Those are the IRQ flags in the older kernels. They have been removed completely. Today
only the <code> <span class='ectt-1000'>IRQF</span>
</code> flags are in use. This function will only succeed if there is not already a handler on
this IRQ, or if you are both willing to share.

View File

@ -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'>April 4, 2025</span></div>
<div class='date'><span class='ecrm-1200'>April 8, 2025</span></div>
@ -5441,7 +5441,7 @@ that in some materials, you may encounter another set of IRQ flags named with th
<code> <span class='ectt-1000'>SA</span>
</code> prefix. For example, the <code> <span class='ectt-1000'>SA_SHIRQ</span>
</code> and the <code> <span class='ectt-1000'>SA_INTERRUPT</span>
</code>. Those are the the IRQ flags in the older kernels. They have been removed completely. Today
</code>. Those are the IRQ flags in the older kernels. They have been removed completely. Today
only the <code> <span class='ectt-1000'>IRQF</span>
</code> flags are in use. This function will only succeed if there is not already a handler on
this IRQ, or if you are both willing to share.