Skip to content

Commit 2a0f0d1

Browse files
committed
deploy: c65f633
1 parent df1d86d commit 2a0f0d1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<h2 class='titleHead'>The Linux Kernel Module Programming Guide</h2>
2020
<div class='author'><span class='ecrm-1200'>Peter Jay Salzman, Michael Burian, Ori Pomerantz, Bob Mottram, Jim Huang</span></div><br />
21-
<div class='date'><span class='ecrm-1200'>April 4, 2025</span></div>
21+
<div class='date'><span class='ecrm-1200'>April 8, 2025</span></div>
2222

2323

2424

@@ -5441,7 +5441,7 @@ <h4 class='subsectionHead' id='interrupt-handlers1'><span class='titlemark'>16.1
54415441
<code> <span class='ectt-1000'>SA</span>
54425442
</code> prefix. For example, the <code> <span class='ectt-1000'>SA_SHIRQ</span>
54435443
</code> and the <code> <span class='ectt-1000'>SA_INTERRUPT</span>
5444-
</code>. Those are the the IRQ flags in the older kernels. They have been removed completely. Today
5444+
</code>. Those are the IRQ flags in the older kernels. They have been removed completely. Today
54455445
only the <code> <span class='ectt-1000'>IRQF</span>
54465446
</code> flags are in use. This function will only succeed if there is not already a handler on
54475447
this IRQ, or if you are both willing to share.

lkmpg-for-ht.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<h2 class='titleHead'>The Linux Kernel Module Programming Guide</h2>
2020
<div class='author'><span class='ecrm-1200'>Peter Jay Salzman, Michael Burian, Ori Pomerantz, Bob Mottram, Jim Huang</span></div><br />
21-
<div class='date'><span class='ecrm-1200'>April 4, 2025</span></div>
21+
<div class='date'><span class='ecrm-1200'>April 8, 2025</span></div>
2222

2323

2424

@@ -5441,7 +5441,7 @@ <h4 class='subsectionHead' id='interrupt-handlers1'><span class='titlemark'>16.1
54415441
<code> <span class='ectt-1000'>SA</span>
54425442
</code> prefix. For example, the <code> <span class='ectt-1000'>SA_SHIRQ</span>
54435443
</code> and the <code> <span class='ectt-1000'>SA_INTERRUPT</span>
5444-
</code>. Those are the the IRQ flags in the older kernels. They have been removed completely. Today
5444+
</code>. Those are the IRQ flags in the older kernels. They have been removed completely. Today
54455445
only the <code> <span class='ectt-1000'>IRQF</span>
54465446
</code> flags are in use. This function will only succeed if there is not already a handler on
54475447
this IRQ, or if you are both willing to share.

0 commit comments

Comments
 (0)