Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / arch / arm / mach-rpc / fiq.S
1 #include <linux/linkage.h>
2 #include <asm/assembler.h>
3 #include <mach/hardware.h>
4 #include <mach/entry-macro.S>
5
6 .text
7
8 .global rpc_default_fiq_end
9 ENTRY(rpc_default_fiq_start)
10 mov r12, #ioc_base_high
11 .if ioc_base_low
12 orr r12, r12, #ioc_base_low
13 .endif
14 strb r12, [r12, #0x38] @ Disable FIQ register
15 subs pc, lr, #4
16 rpc_default_fiq_end:
This page took 0.031793 seconds and 5 git commands to generate.