Results 1 to 1 of 1
If I call 'in_interrupt' function just before 'irq_exit()', It will still return non-zero value, because still it it in interrupt context.
note : there was no nesting of interrupt happened.
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-08-2009 #1Just Joined!
- Join Date
- May 2008
- Posts
- 55
in_interrupt function in kernel
If I call 'in_interrupt' function just before 'irq_exit()', It will still return non-zero value, because still it it in interrupt context.
note : there was no nesting of interrupt happened.
Is my understanding correct ?
another question is : in micro state accounting msa_finish_irq is called before irq_exit(); I think that is wrong.


Reply With Quote
