diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-04-02 00:08:31 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-04-02 00:08:31 -0400 |
commit | e869a90ee1235a4f89ecb956e7b7d724d65217c8 (patch) | |
tree | 301059ac2ebc4c0ac8251765a3a87e4b2518bfc8 /arch/sh/include | |
parent | eeee7853c4ffaf5b9eb58f39708e3c78f66cee15 (diff) |
sh: Wire up ARCH_HAS_DEFAULT_IDLE for cpuidle.
cpuidle wants ARCH_HAS_DEFAULT_IDLE defined in order to use the
default idle loop. So, make it accessible and enable it for all
sh machines.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include')
-rw-r--r-- | arch/sh/include/asm/system.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/include/asm/system.h b/arch/sh/include/asm/system.h index c9ec6af8e745..a88895e6dcb0 100644 --- a/arch/sh/include/asm/system.h +++ b/arch/sh/include/asm/system.h | |||
@@ -153,6 +153,7 @@ extern unsigned long cached_to_uncached; | |||
153 | extern struct dentry *sh_debugfs_root; | 153 | extern struct dentry *sh_debugfs_root; |
154 | 154 | ||
155 | void per_cpu_trap_init(void); | 155 | void per_cpu_trap_init(void); |
156 | void default_idle(void); | ||
156 | 157 | ||
157 | asmlinkage void break_point_trap(void); | 158 | asmlinkage void break_point_trap(void); |
158 | 159 | ||