CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/01/31 09:42:26
Modified files:
sys/arch/arm64/arm64: locore.S
Log message:
Explicitly initialize CNTHCTL_EL2 to a know 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 diff from Jared McNeill in NetBSD.
ok patrick@ (and some input from lucas@)
