Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl...
[cascardo/linux.git] / arch / arm / mach-vt8500 / vt8500.c
index 2da7be3..3bc0dc9 100644 (file)
@@ -69,7 +69,7 @@ static void vt8500_power_off(void)
 {
        local_irq_disable();
        writew(5, pmc_base + VT8500_HCR_REG);
-       asm("mcr%? p15, 0, %0, c7, c0, 4" : : "r" (0));
+       asm("mcr p15, 0, %0, c7, c0, 4" : : "r" (0));
 }
 
 static void __init vt8500_init(void)