CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/11/28 11:33:43
Modified files:
sys/arch/arm64/dev: agintc.c
Log message:
ICC_DIR, used to deactive interrupts, is only needed when running in
EOImode == 1, which we don't do. Hence there's no need to touch the
register at all. This allows OpenBSD to progress on ESXi-Arm. This
bug in ESXi-Arm will be fixed there as well.
Noticed by Jared McNeill
ok kettenis@
