Disabling an interrupt
Jacky Lam
lamshuyin at gmail.com
Tue Mar 1 03:55:08 EST 2011
Hi,
It's long before when I want to enable/disable an interrupt, I call
enable_irq()/disable_irq(). However, recently, I do that again.
disable_irq() do nothing. I looked into the code and find disable_irq()
is pointing to a empty function default_disable(). This change is
started from 2.6.20.
I want to know what should I do if I want to disable an interrupt now?
Thanks.
Jacky
More information about the Kernelnewbies
mailing list