CVSROOT: /cvs Module name: src Changes by: gkoeh...@cvs.openbsd.org 2025/04/07 09:43:00
Modified files: sys/arch/powerpc/include: cpu.h Log message: Fix cpu idle percentage in top(1) on macppc I broke it in October 2024 (locore.S r1.66), when I missed that the depth of a clock interrupt on an idle cpu changed from 0 to 1. ok kettenis@ miod@ jca@