ARM: 8559/1: errata: Workaround erratum A12 821420
[deliverable/linux.git] / arch / arm / kernel / entry-v7m.S
index 907534f97053abbc32b667ff43df88dc93c08fb7..abcf4784852593397daf3b1e6cf5d70cf47660e0 100644 (file)
@@ -73,7 +73,7 @@ __irq_entry:
        @ correctness they don't need to be restored. So only r8-r11 must be
        @ restored here. The easiest way to do so is to restore r0-r7, too.
        ldmia   sp!, {r0-r11}
-       add     sp, #S_FRAME_SIZE-S_IP
+       add     sp, #PT_REGS_SIZE-S_IP
        cpsie   i
        bx      lr
 ENDPROC(__irq_entry)
This page took 0.025843 seconds and 5 git commands to generate.