|
@@ -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.
|