<div dir="ltr">What happens if the kernel executing in some process context (let&#39;s say executing a time-consuming syscall) gets interrupted by the Timer - which is apparently allowed in 2.6 onwards kernels.<div><br></div>
<div style>My understanding is that once the interrupt handler is done executing, we should switch back to where the kernel code was executing. Specifically, the interrupt handler for the Timer interrupt should not schedule some other task since that might leave kernel data in an inconsistent state - kernel didn&#39;t finish doing whatever it was doing when interrupted. </div>
<div style><br></div><div style>So, does the Timer interrupt handler include such a policy for the above case? </div><div><div><br></div>-- <br><div dir="ltr"><font face="arial, helvetica, sans-serif">Gaurav Jain</font><div>
<br></div><div><font face="arial, helvetica, sans-serif"><br><br></font></div></div>
</div></div>