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. |
||
|---|---|---|
| .. | ||
| allwinnerA20/plat | ||
| am335x | ||
| apq8064 | ||
| bcm2837/plat | ||
| exynos4 | ||
| exynos5 | ||
| hikey | ||
| imx6 | ||
| imx7 | ||
| imx31 | ||
| omap3 | ||
| pc99 | ||
| tk1 | ||
| tx1/plat | ||
| zynq7000 | ||