CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2023/04/16 02:02:45
Modified files: sys/arch/arm64/dev: aplcpu.c Log message: The lowest performance level state for the E-cores on the M2 Pro/Max is 2 instead of 1. Handle this by taking the lowest state from the opp tables instead of hardcoding it. Fixes cpuperf on the M2 Pro/Max. ok patrick@