Browse Source

deploy: c65f6339750754e9c1571fbec8267caf8055862f

jserv 3 weeks ago
parent
commit
2a0f0d17d0
2 changed files with 4 additions and 4 deletions
  1. 2 2
      index.html
  2. 2 2
      lkmpg-for-ht.html

+ 2 - 2
index.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'>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.

+ 2 - 2
lkmpg-for-ht.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'>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.