Hi!

On 18:22 Fri 20 Feb     , Denis Borisevich wrote:
> Hi,
> I have a problem  with ISR for shared IRQ in my module. It's being
> called for 15-20 times per second and never stops. The other driver
> that shares this interrupt is ahci. What can cause this problem?

This might be perfectly normal. Basically if an interrupt is shared, all ISR
which have registered for this interrupt are called (until one ISR claims it?)

        -Michi
-- 
programing a layer 3+4 network protocol for mesh networks
see http://michaelblizek.twilightparadox.com


--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to ecar...@nl.linux.org
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to