projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f37d77
)
rk30: cpufreq: flags add CPUFREQ_CONST_LOOPS for non-SMP systems
author
黄涛
<huangtao@rock-chips.com>
Fri, 20 Apr 2012 04:37:53 +0000
(12:37 +0800)
committer
黄涛
<huangtao@rock-chips.com>
Fri, 20 Apr 2012 04:37:53 +0000
(12:37 +0800)
arch/arm/mach-rk30/cpufreq.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk30/cpufreq.c
b/arch/arm/mach-rk30/cpufreq.c
index cad6459dd238589971995abad10a4d584ad9d13c..704323390e0e0e8b58bef185461c54a0c43ff290 100755
(executable)
--- a/
arch/arm/mach-rk30/cpufreq.c
+++ b/
arch/arm/mach-rk30/cpufreq.c
@@
-433,6
+433,7
@@
static struct notifier_block rk30_cpufreq_reboot_notifier = {
};
static struct cpufreq_driver rk30_cpufreq_driver = {
+ .flags = CPUFREQ_CONST_LOOPS,
.verify = rk30_verify_speed,
.target = rk30_target,
.get = rk30_getspeed,