mirror of
https://github.com/sysprog21/lkmpg.git
synced 2025-04-22 04:11:29 +08:00
deploy: 918e87e0783fd9817c5da1e03a80ebf14e650837
This commit is contained in:
parent
2a0f0d17d0
commit
a601ea7583
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user