aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/fiqasm.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/kernel/fiqasm.S')
-rw-r--r--arch/arm/kernel/fiqasm.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/kernel/fiqasm.S b/arch/arm/kernel/fiqasm.S
index 8dd26e1a9bd6..eef484756af2 100644
--- a/arch/arm/kernel/fiqasm.S
+++ b/arch/arm/kernel/fiqasm.S
@@ -47,3 +47,7 @@ ENTRY(__get_fiq_regs)
mov r0, r0 @ avoid hazard prior to ARMv4
ret lr
ENDPROC(__get_fiq_regs)
+
+ENTRY(__FIQ_Branch)
+ mov pc, r8
+ENDPROC(__FIQ_Branch)