Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: jruoho
Date: Thu Oct 20 06:48:25 UTC 2011
Modified Files:
src/share/man/man9: cpufreq.9
src/sys/kern: subr_cpufreq.c
Log Message:
Do not use xcall(9) in cpufreq_register(9), as it requires kthreads to be
running and may impose hacks like config_interrupts(9) in the backend.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man9/cpufreq.9
cvs rdiff -u -r1.4 -r1.5 src/sys/kern/subr_cpufreq.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index