X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-arm%2Farch-ebsa110%2Fsystem.h;h=d7c8fece0bc599cdbdce7959d0596bd16d93297a;hb=9213980e6a70d8473e0ffd4b39ab5b6caaba9ff5;hp=3afdb3d584d1270d1ea2fc0a0b7090dbc974312a;hpb=c449269f45c2cdf53af08c8d0af37472f66539d9;p=linux-2.6.git diff --git a/include/asm-arm/arch-ebsa110/system.h b/include/asm-arm/arch-ebsa110/system.h index 3afdb3d58..d7c8fece0 100644 --- a/include/asm-arm/arch-ebsa110/system.h +++ b/include/asm-arm/arch-ebsa110/system.h @@ -25,13 +25,13 @@ static inline void arch_idle(void) const char *irq_stat = (char *)0xff000000; /* disable clock switching */ - asm volatile ("mcr%? p15, 0, ip, c15, c2, 2"); + asm volatile ("mcr p15, 0, ip, c15, c2, 2" : : : "cc"); /* wait for an interrupt to occur */ while (!*irq_stat); /* enable clock switching */ - asm volatile ("mcr%? p15, 0, ip, c15, c1, 2"); + asm volatile ("mcr p15, 0, ip, c15, c1, 2" : : : "cc"); } #define arch_reset(mode) cpu_reset(0x80000000)