CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/08/10 15:01:50
Modified files:
sys/arch/arm64/arm64: machdep.c
Log message:
Take advantage of the fact that the WFI instruction does continue
immediately if there is a pending interrupt to fix a potential race
in the idle loop.
ok guenther@
