CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2012/01/06 22:55:08
Modified files: sys/arch/amd64/amd64: k1x-pstate.c sys/arch/i386/i386: k1x-pstate.c Log message: Check that we have pstates in _PSS before calling the pstate status MSR. While the docs say we should check a bit in cpuid this should work as well. Fixes problems related a fictitious AMD machine dreamed up by Linux KVM. Reported/tested by Walter Haidinger, diff from Bryan Steele.