Przeglądaj źródła

SH, cpuidle: delete use of NOP CPUIDLE_FLAGS_SHALLOW

set but not checked.

Signed-off-by: Len Brown <len.brown@intel.com>
Len Brown 14 lat temu
rodzic
commit
03d8b08351
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      arch/sh/kernel/cpu/shmobile/cpuidle.c

+ 0 - 1
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;