aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2011-01-12 02:43:26 -0500
committerLen Brown <len.brown@intel.com>2011-01-12 12:47:32 -0500
commit03d8b083511a7be2c69b750b8a4e412a21189291 (patch)
treebea01ba8db1a48a536fd0d0a1c4ac91e60441007 /arch/sh
parentcpuidle: delete NOP CPUIDLE_FLAG_POLL (diff)
downloadlinux-dev-03d8b083511a7be2c69b750b8a4e412a21189291.tar.xz
linux-dev-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.c1
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 83972aa319c2..c19e2a940e3f 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;