Re: question in request_threaded_irq

2011-08-15 Thread Javier Martinez Canillas
On Mon, 2011-08-15 at 16:33 +0530, radhika bhaskaran wrote: > > For my debugging purpose i tried to register two isr's on the same > number IRQ no in the same driver. But the isr which is registerd > first is being hit. > Since the kernel is monolithic is doesn't really matter where your ISR f

Re: question in request_threaded_irq

2011-08-15 Thread radhika bhaskaran
Hi javier, Thanks for the help. I have tried the suggestion made by you. But unfortunately it did not work. For my debugging purpose i tried to register two isr's on the same number IRQ no in the same driver. But the isr which is registerd first is being hit. The other isr funciton which is re