diff options
author | Dominik Brodowski | 2006-10-03 01:26:47 +0200 |
---|---|---|
committer | Dave Jones | 2006-10-16 01:57:10 +0200 |
commit | eff0df65da81c75084d936e86854a3418347c27f (patch) | |
tree | fa868677c4b19df8cb1f82b034c362a04b5e1659 /Documentation/cpu-freq | |
parent | [PATCH] make UML compile (FC6/x86-64) (diff) | |
download | kernel-qcow2-linux-eff0df65da81c75084d936e86854a3418347c27f.tar.gz kernel-qcow2-linux-eff0df65da81c75084d936e86854a3418347c27f.tar.xz kernel-qcow2-linux-eff0df65da81c75084d936e86854a3418347c27f.zip |
[CPUFREQ] Documentation fix
Fix reference to where the code actually is. Noted by Hero Wanders.
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'Documentation/cpu-freq')
-rw-r--r-- | Documentation/cpu-freq/core.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/cpu-freq/core.txt b/Documentation/cpu-freq/core.txt index 29b3f9ffc66c..ce0666e51036 100644 --- a/Documentation/cpu-freq/core.txt +++ b/Documentation/cpu-freq/core.txt @@ -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 |