diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-08-06 08:33:43 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-08-08 12:55:59 -0400 |
commit | bd74b32b77e0e4af47651da852cb3ced84e423b3 (patch) | |
tree | 08727ae1d35609cc2aa66d20d96af0e1b375275b | |
parent | e117d10d315970d0a3d4120c7f83b8337728ce1b (diff) |
Fix documentation and comment typo 'no_hz'
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Acked-by: Len Brown <len.brown@intel.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | Documentation/cpu-freq/governors.txt | 2 | ||||
-rw-r--r-- | drivers/cpufreq/cpufreq_ondemand.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/cpu-freq/governors.txt b/Documentation/cpu-freq/governors.txt index e74d0a2eb1cf..d221781dabaa 100644 --- a/Documentation/cpu-freq/governors.txt +++ b/Documentation/cpu-freq/governors.txt | |||
@@ -132,7 +132,7 @@ The sampling rate is limited by the HW transition latency: | |||
132 | transition_latency * 100 | 132 | transition_latency * 100 |
133 | Or by kernel restrictions: | 133 | Or by kernel restrictions: |
134 | If CONFIG_NO_HZ is set, the limit is 10ms fixed. | 134 | If CONFIG_NO_HZ is set, the limit is 10ms fixed. |
135 | If CONFIG_NO_HZ is not set or no_hz=off boot parameter is used, the | 135 | If CONFIG_NO_HZ is not set or nohz=off boot parameter is used, the |
136 | limits depend on the CONFIG_HZ option: | 136 | limits depend on the CONFIG_HZ option: |
137 | HZ=1000: min=20000us (20ms) | 137 | HZ=1000: min=20000us (20ms) |
138 | HZ=250: min=80000us (80ms) | 138 | HZ=250: min=80000us (80ms) |
diff --git a/drivers/cpufreq/cpufreq_ondemand.c b/drivers/cpufreq/cpufreq_ondemand.c index 891360edecdd..629b3ec698e2 100644 --- a/drivers/cpufreq/cpufreq_ondemand.c +++ b/drivers/cpufreq/cpufreq_ondemand.c | |||
@@ -725,7 +725,7 @@ static int __init cpufreq_gov_dbs_init(void) | |||
725 | dbs_tuners_ins.down_differential = | 725 | dbs_tuners_ins.down_differential = |
726 | MICRO_FREQUENCY_DOWN_DIFFERENTIAL; | 726 | MICRO_FREQUENCY_DOWN_DIFFERENTIAL; |
727 | /* | 727 | /* |
728 | * In no_hz/micro accounting case we set the minimum frequency | 728 | * In nohz/micro accounting case we set the minimum frequency |
729 | * not depending on HZ, but fixed (very low). The deferred | 729 | * not depending on HZ, but fixed (very low). The deferred |
730 | * timer might skip some samples if idle/sleeping as needed. | 730 | * timer might skip some samples if idle/sleeping as needed. |
731 | */ | 731 | */ |