projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5ad6fb
)
ARM: mach-s3c64xx: use standard arch_idle() implementation
author
Nicolas Pitre
<nicolas.pitre@linaro.org>
Wed, 3 Aug 2011 16:21:16 +0000
(12:21 -0400)
committer
Nicolas Pitre
<nico@fluxnic.net>
Fri, 20 Jan 2012 23:55:18 +0000
(18:55 -0500)
Signed-off-by: nicolas Pitre <nicolas.pitre@linaro.org>
Tested-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
arch/arm/mach-s3c64xx/include/mach/system.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-s3c64xx/include/mach/system.h
b/arch/arm/mach-s3c64xx/include/mach/system.h
index 353ed4389ae76c1c4306729a729683532f5e79ec..81febed4a0819d5bab229d9bbb6f846190124010 100644
(file)
--- a/
arch/arm/mach-s3c64xx/include/mach/system.h
+++ b/
arch/arm/mach-s3c64xx/include/mach/system.h
@@
-13,7
+13,7
@@
static void arch_idle(void)
{
- /* nothing here yet */
+ cpu_do_idle();
}
#endif /* __ASM_ARCH_IRQ_H */