ARM: w90x900: fix legacy assembly syntax
[pandora-kernel.git] / arch / arm / mach-w90x900 / include / mach / entry-macro.S
index d39aca5..08436cf 100644 (file)
@@ -22,8 +22,8 @@
 
                mov     \base, #AIC_BA
 
-               ldr     \irqnr, [ \base, #AIC_IPER]
-               ldr     \irqnr, [ \base, #AIC_ISNR]
+               ldr     \irqnr, [\base, #AIC_IPER]
+               ldr     \irqnr, [\base, #AIC_ISNR]
                cmp     \irqnr, #0
 
        .endm