OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Jonathan Gray (jsgcvs.openbsd.org)
Date: Mon Jul 05 2010 - 17:47:42 CDT


CVSROOT: /cvs
Module name: src
Changes by: jsgcvs.openbsd.org 2010/07/05 16:47:42

Modified files:
        sys/arch/i386/i386: est.c
        sys/arch/amd64/amd64: est.c

Log message:
Rework somewhat for safety, so that we only interpret the values of
the PERF_STATUS MSR on earlier processors when we can't find the values
via acpi and have a bus clock value to use. And let processors we
don't set a bus clock on (ie nehalem) use speedstep again.

Expanded/changed version of a diff from gwk who isn't around right now.