diff options
Diffstat (limited to 'drivers/cpuidle/cpuidle-cps.c')
-rw-r--r-- | drivers/cpuidle/cpuidle-cps.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/drivers/cpuidle/cpuidle-cps.c b/drivers/cpuidle/cpuidle-cps.c index fc7b62720deb..1adb6980b707 100644 --- a/drivers/cpuidle/cpuidle-cps.c +++ b/drivers/cpuidle/cpuidle-cps.c | |||
@@ -79,7 +79,6 @@ static struct cpuidle_driver cps_driver = { | |||
79 | .enter = cps_nc_enter, | 79 | .enter = cps_nc_enter, |
80 | .exit_latency = 200, | 80 | .exit_latency = 200, |
81 | .target_residency = 450, | 81 | .target_residency = 450, |
82 | .flags = CPUIDLE_FLAG_TIME_VALID, | ||
83 | .name = "nc-wait", | 82 | .name = "nc-wait", |
84 | .desc = "non-coherent MIPS wait", | 83 | .desc = "non-coherent MIPS wait", |
85 | }, | 84 | }, |
@@ -87,8 +86,7 @@ static struct cpuidle_driver cps_driver = { | |||
87 | .enter = cps_nc_enter, | 86 | .enter = cps_nc_enter, |
88 | .exit_latency = 300, | 87 | .exit_latency = 300, |
89 | .target_residency = 700, | 88 | .target_residency = 700, |
90 | .flags = CPUIDLE_FLAG_TIME_VALID | | 89 | .flags = CPUIDLE_FLAG_TIMER_STOP, |
91 | CPUIDLE_FLAG_TIMER_STOP, | ||
92 | .name = "clock-gated", | 90 | .name = "clock-gated", |
93 | .desc = "core clock gated", | 91 | .desc = "core clock gated", |
94 | }, | 92 | }, |
@@ -96,8 +94,7 @@ static struct cpuidle_driver cps_driver = { | |||
96 | .enter = cps_nc_enter, | 94 | .enter = cps_nc_enter, |
97 | .exit_latency = 600, | 95 | .exit_latency = 600, |
98 | .target_residency = 1000, | 96 | .target_residency = 1000, |
99 | .flags = CPUIDLE_FLAG_TIME_VALID | | 97 | .flags = CPUIDLE_FLAG_TIMER_STOP, |
100 | CPUIDLE_FLAG_TIMER_STOP, | ||
101 | .name = "power-gated", | 98 | .name = "power-gated", |
102 | .desc = "core power gated", | 99 | .desc = "core power gated", |
103 | }, | 100 | }, |