cvs commit: src/sys/kern kern_cpu.c

Nate Lawson njl at FreeBSD.org
Tue Feb 15 07:43:49 GMT 2005


njl         2005-02-15 07:43:48 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_cpu.c 
  Log:
  When dealing with systems with no absolute drivers attached, only calibrate
  the rate for the 100% state once.  Afterwards, use that value for deriving
  states.  This should fix the problem where the calibrated frequency was
  different once a switch was done, giving a different set of levels each
  time.  Also, properly search for the right cpufreqX device when detaching.
  
  Revision  Changes    Path
  1.7       +23 -11    src/sys/kern/kern_cpu.c


More information about the cvs-src mailing list