Interrupt when disabled
Posted: Sun Oct 10, 2010 3:59 am
I am using the APIC timer for my scheduler so that when the timer gets on a specified time it will call my scheduler through interrupt.. Suppose a user process calls a system code which will disable interrupts...what will happen if the timer fired before interrupts are enabled..will the scheduler still be serviced after the interrupts are enabled?