deploy: 918e87e0783fd9817c5da1e03a80ebf14e650837

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

View File

@ -5431,7 +5431,7 @@ now.
for <span class='obeylines-h'><span class='verb'><span class='ectt-1000'>/proc/interrupts</span></span></span> and a parameter to be passed to the interrupt handler.
Usually there is a certain number of IRQs available. How many IRQs there are is
hardware-dependent.
</p><!-- l. 1986 --><p class='indent'> The flags can be used for specify behaviors of the IRQ. For example, use
</p><!-- l. 1986 --><p class='indent'> The flags can be used to specify behaviors of the IRQ. For example, use
<code> <span class='ectt-1000'>IRQF_SHARED</span>
</code> to indicate you are willing to share the IRQ with other interrupt handlers
(usually because a number of hardware devices sit on the same IRQ); use the

View File

@ -5431,7 +5431,7 @@ now.
for <span class='obeylines-h'><span class='verb'><span class='ectt-1000'>/proc/interrupts</span></span></span> and a parameter to be passed to the interrupt handler.
Usually there is a certain number of IRQs available. How many IRQs there are is
hardware-dependent.
</p><!-- l. 1986 --><p class='indent'> The flags can be used for specify behaviors of the IRQ. For example, use
</p><!-- l. 1986 --><p class='indent'> The flags can be used to specify behaviors of the IRQ. For example, use
<code> <span class='ectt-1000'>IRQF_SHARED</span>
</code> to indicate you are willing to share the IRQ with other interrupt handlers
(usually because a number of hardware devices sit on the same IRQ); use the