Date: Mon, 14 Feb 2005 18:16:35 +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: <200502141816.j1EIGZLN034005@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502141816.j1EIGZLN034005>