Skip to content

Commit

Permalink
SH, cpuidle: delete use of NOP CPUIDLE_FLAGS_SHALLOW
Browse files Browse the repository at this point in the history
set but not checked.

Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Len Brown committed Jan 12, 2011
1 parent d247632 commit 03d8b08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/sh/kernel/cpu/shmobile/cpuidle.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 03d8b08

Please sign in to comment.