[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: To Check if interrupt is lowered
On Sat, Dec 13, 2008 at 11:29:05AM -0600, Asim wrote:
> Hi,
>
> Is there any kernel routine to check if there are no pending
> interrupts, give an IRQ number ?
Nope, because who is to say an interrupt doesn't happen right after the
function returns? :)
What are you trying to do? Just register an interrupt handler properly
and you should be fine, don't try to test for anything yourself.
thanks,
greg k-h
--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx
Please read the FAQ at http://kernelnewbies.org/FAQ