I am writing some customized application and allowed to change interrupt handler code in the linux kernel.
I am having a user thread which is waiting for an interrupt to happen. If that interrupt happens then the first thing I want to do is to execute that user thread.
Is there any way to make it work.
Thanks