Why do we need Interrupt context?
问题 I am having doubts, why exactly we need interrupt context? Everything tells what are the properties but no one explains why we come up with this concept? Another doubt related to same concept is, If we are not disabling the interrupt in interrupt handler, then what is the use of running this interrupt handler code in interrupt context ? 回答1: Why do we need Interrupt context? First, what do we mean by interrupt context ? A context is usually a state. There are two separate concepts of state.