CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2022/08/25 13:16:29
Modified files: sys/arch/arm64/dev: aplcpu.c Log message: The "Avalanche" performance cores on Apple's M2 SoC have more than 16 P-states. As a result the layout of the "state" register changed. Make the driver handle that. Also make sure we use the correct lowest state in case the lowest frequency of the performance cores is different from the lowest frequency of the efficiency cores. ok tobhe@