Commit 03d8b083 authored by Len Brown's avatar Len Brown

SH, cpuidle: delete use of NOP CPUIDLE_FLAGS_SHALLOW

set but not checked.
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent d247632c
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment