aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-h720x/system.h
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@pobox.com>2005-10-09 09:44:07 -0400
committerJeff Garzik <jgarzik@pobox.com>2005-10-09 09:44:07 -0400
commitf58f8be7f65312f602f7970e7da47a6413e692b0 (patch)
treef60cc040deebceea1b44082dc713e95687d8527f /include/asm-arm/arch-h720x/system.h
parentc71c18576d0d8aa4db876c737c3c597c724cf02f (diff)
parente710245bb0f980adfb1dfe850e43761a8117c6be (diff)
downloadkernel_samsung_espresso10-f58f8be7f65312f602f7970e7da47a6413e692b0.zip
kernel_samsung_espresso10-f58f8be7f65312f602f7970e7da47a6413e692b0.tar.gz
kernel_samsung_espresso10-f58f8be7f65312f602f7970e7da47a6413e692b0.tar.bz2
Merge branch 'upstream'
Diffstat (limited to 'include/asm-arm/arch-h720x/system.h')
-rw-r--r--include/asm-arm/arch-h720x/system.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/asm-arm/arch-h720x/system.h b/include/asm-arm/arch-h720x/system.h
index 0b025e2..09eda84 100644
--- a/include/asm-arm/arch-h720x/system.h
+++ b/include/asm-arm/arch-h720x/system.h
@@ -17,9 +17,11 @@
static void arch_idle(void)
{
CPU_REG (PMU_BASE, PMU_MODE) = PMU_MODE_IDLE;
- __asm__ __volatile__(
- "mov r0, r0\n\t"
- "mov r0, r0");
+ nop();
+ nop();
+ CPU_REG (PMU_BASE, PMU_MODE) = PMU_MODE_RUN;
+ nop();
+ nop();
}