fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / Documentation / cpu-freq / core.txt
index 1ad90c3..ce0666e 100644 (file)
@@ -24,7 +24,7 @@ Contents:
 1. General Information
 =======================
 
-The CPUFreq core code is located in linux/kernel/cpufreq.c. This
+The CPUFreq core code is located in drivers/cpufreq/cpufreq.c. This
 cpufreq code offers a standardized interface for the CPUFreq
 architecture drivers (those pieces of code that do actual
 frequency transitions), as well as to "notifiers". These are device
@@ -92,3 +92,7 @@ values:
 cpu    - number of the affected CPU
 old    - old frequency
 new    - new frequency
+
+If the cpufreq core detects the frequency has changed while the system
+was suspended, these notifiers are called with CPUFREQ_RESUMECHANGE as
+second argument.