CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2025/01/31 09:46:41
Modified files: sys/arch/arm64/dev: agtimer.c Log message: Explicitly initialize initialize CNTKCTL_EL1 to a known state. Some of these bits are architecturally UNKNOWN and other bits might be initialized to different values than the documented defaults by the firmware. Based on a commit from Jared McNeill in NetBSD. ok patrick@