diff options
author | Len Brown <len.brown@intel.com> | 2011-01-12 02:43:26 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2011-01-12 12:47:32 -0500 |
commit | 03d8b083511a7be2c69b750b8a4e412a21189291 (patch) | |
tree | bea01ba8db1a48a536fd0d0a1c4ac91e60441007 /arch/sh | |
parent | d247632c08c674864d438733280422ddb7130ff8 (diff) | |
download | linux-3.10-03d8b083511a7be2c69b750b8a4e412a21189291.tar.gz linux-3.10-03d8b083511a7be2c69b750b8a4e412a21189291.tar.bz2 linux-3.10-03d8b083511a7be2c69b750b8a4e412a21189291.zip |
SH, cpuidle: delete use of NOP CPUIDLE_FLAGS_SHALLOW
set but not checked.
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/kernel/cpu/shmobile/cpuidle.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/shmobile/cpuidle.c b/arch/sh/kernel/cpu/shmobile/cpuidle.c index 83972aa319c..c19e2a940e3 100644 --- a/arch/sh/kernel/cpu/shmobile/cpuidle.c +++ b/arch/sh/kernel/cpu/shmobile/cpuidle.c @@ -81,7 +81,6 @@ void sh_mobile_setup_cpuidle(void) state->target_residency = 1 * 2; state->power_usage = 3; state->flags = 0; - state->flags |= CPUIDLE_FLAG_SHALLOW; state->flags |= CPUIDLE_FLAG_TIME_VALID; state->enter = cpuidle_sleep_enter; |