aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-shmobile/include/mach/entry-macro.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/entry-macro.S b/arch/arm/mach-shmobile/include/mach/entry-macro.S
index 796b304050c..a285d13c741 100644
--- a/arch/arm/mach-shmobile/include/mach/entry-macro.S
+++ b/arch/arm/mach-shmobile/include/mach/entry-macro.S
@@ -21,13 +21,13 @@
21 .endm 21 .endm
22 22
23 .macro get_irqnr_preamble, base, tmp 23 .macro get_irqnr_preamble, base, tmp
24 ldr \base, =INTFLGA
24 .endm 25 .endm
25 26
26 .macro arch_ret_to_user, tmp1, tmp2 27 .macro arch_ret_to_user, tmp1, tmp2
27 .endm 28 .endm
28 29
29 .macro get_irqnr_and_base, irqnr, irqstat, base, tmp 30 .macro get_irqnr_and_base, irqnr, irqstat, base, tmp
30 ldr \base, =INTFLGA
31 ldr \irqnr, [\base] 31 ldr \irqnr, [\base]
32 cmp \irqnr, #0 32 cmp \irqnr, #0
33 beq 1000f 33 beq 1000f