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