diff options
author | Colin Cross <ccross@android.com> | 2011-07-15 15:56:51 -0700 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2011-07-15 15:56:51 -0700 |
commit | 7ab2d7fb28c252bb4d4cb0de2a1848b969665b03 (patch) | |
tree | 9229a213d7d0ec99ad1b9cfc414596862ffbfa6b /Documentation/cpu-freq | |
parent | 6594a2ed5d43b8a11add52012447f1bc86041616 (diff) | |
parent | adce689ff77b097142cf49e76a232e59126da017 (diff) | |
download | kernel_samsung_tuna-7ab2d7fb28c252bb4d4cb0de2a1848b969665b03.zip kernel_samsung_tuna-7ab2d7fb28c252bb4d4cb0de2a1848b969665b03.tar.gz kernel_samsung_tuna-7ab2d7fb28c252bb4d4cb0de2a1848b969665b03.tar.bz2 |
Merge branch 'android-3.0' into android-omap-3.0
Diffstat (limited to 'Documentation/cpu-freq')
-rw-r--r-- | Documentation/cpu-freq/governors.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/cpu-freq/governors.txt b/Documentation/cpu-freq/governors.txt index a33f9d4..e1083b0 100644 --- a/Documentation/cpu-freq/governors.txt +++ b/Documentation/cpu-freq/governors.txt @@ -212,7 +212,7 @@ idle. When the cpu comes out of idle, a timer is configured to fire within 1-2 ticks. If the cpu is very busy between exiting idle and when the timer fires then we assume the cpu is underpowered and ramp to MAX speed. - + If the cpu was not sufficiently busy to immediately ramp to MAX speed, then governor evaluates the cpu load since the last speed adjustment, choosing th highest value between that longer-term load or the |