seL4/include/arch
Jack Suann 9f67d21c3d x86: Handle pending interrupt before scheduling thread in handleSyscall
In handleSyscall the current thread may be preempted to handle a pending interrupt.
With kernel mode interrupts in x86 this handling was delayed until we were about
to switch back to user mode. This change unifies the handling with ARM, where the
interrupt is handled prior to calling the thread scheduler.
2017-02-15 14:31:55 +11:00
..
arm x86: Handle pending interrupt before scheduling thread in handleSyscall 2017-02-15 14:31:55 +11:00
x86/arch x86: Handle pending interrupt before scheduling thread in handleSyscall 2017-02-15 14:31:55 +11:00