Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jan 2008 01:05:22 +0000 (UTC)
From:      Nate Lawson <njl@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_cpu.c
Message-ID:  <200801160105.m0G15MUC054327@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801160105.m0G15MUC054327>