cvs commit: src/sys/kern kern_cpu.c

Nate Lawson njl at FreeBSD.org
Tue Jan 15 17:05:22 PST 2008


njl         2008-01-16 01:05:22 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_cpu.c 
  Log:
  Remove duplicate cpufreq levels, i.e. ones that are within 25 Mhz of each
  other.  The first one survives, the rest are removed.  So far, it appears
  only some acpi_perf(4) BIOS tables have these invalid states, but address
  this in the core to be sure to handle other potential driver data.
  
  PR:             kern/114722
  Tested by:      stefan.lambrev / moneybookers.com
  MFC after:      3 days
  
  Revision  Changes    Path
  1.29      +11 -0     src/sys/kern/kern_cpu.c


More information about the cvs-src mailing list