projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d247632
)
SH, cpuidle: delete use of NOP CPUIDLE_FLAGS_SHALLOW
author
Len Brown
<len.brown@intel.com>
Wed, 12 Jan 2011 07:43:26 +0000
(
02:43
-0500)
committer
Len Brown
<len.brown@intel.com>
Wed, 12 Jan 2011 17:47:32 +0000
(12:47 -0500)
set but not checked.
Signed-off-by: Len Brown <len.brown@intel.com>
arch/sh/kernel/cpu/shmobile/cpuidle.c
patch
|
blob
|
history
diff --git
a/arch/sh/kernel/cpu/shmobile/cpuidle.c
b/arch/sh/kernel/cpu/shmobile/cpuidle.c
index
83972aa
..
c19e2a9
100644
(file)
--- 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;