cvs commit: src/sys/kern kern_cpu.c
    Nate Lawson 
    njl at FreeBSD.org
       
    Mon Feb 14 18:16:35 GMT 2005
    
    
  
njl         2005-02-14 18:16:35 UTC
  FreeBSD src repository
  Modified files:
    sys/kern             kern_cpu.c 
  Log:
  Implement priorities.  This allows a driver (say, for cooling purposes) to
  override the current freq level temporarily and restore it when the
  higher priority condition is past.  Note that only the first overridden
  value is saved.  Callers pass NULL to CPUFREQ_SET to restore the saved
  level.  Priorities are not yet used so this commit should have no effect.
  
  Revision  Changes    Path
  1.5       +38 -4     src/sys/kern/kern_cpu.c
    
    
More information about the cvs-all
mailing list