summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-rpc/Makefile
diff options
context:
space:
mode:
authorRob Herring2012-02-09 01:24:23 +0100
committerRob Herring2012-02-22 00:04:33 +0100
commit78cbaaca6908c2ddf1bd26cf58c408938654e3d8 (patch)
tree7e52f81c470138284f40617ffb51126bc3a3c496 /arch/arm/mach-rpc/Makefile
parentARM: make arch_ret_to_user macro optional (diff)
downloadkernel-qcow2-linux-78cbaaca6908c2ddf1bd26cf58c408938654e3d8.tar.gz
kernel-qcow2-linux-78cbaaca6908c2ddf1bd26cf58c408938654e3d8.tar.xz
kernel-qcow2-linux-78cbaaca6908c2ddf1bd26cf58c408938654e3d8.zip
ARM: rpc: make default fiq handler run-time installed
Only rpc uses disable_fiq macro. Change it to a run-time installed default FIQ handler. The handler is installed before FIQ is enabled so the behavior should be unchanged. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Acked-by: Nicolas Pitre <nico@linaro.org>
Diffstat (limited to 'arch/arm/mach-rpc/Makefile')
-rw-r--r--arch/arm/mach-rpc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-rpc/Makefile b/arch/arm/mach-rpc/Makefile
index aa77bc9efbbb..dfa405c0cfde 100644
--- a/arch/arm/mach-rpc/Makefile
+++ b/arch/arm/mach-rpc/Makefile
@@ -4,7 +4,7 @@
# Object file lists.
-obj-y := dma.o irq.o riscpc.o
+obj-y := dma.o fiq.o irq.o riscpc.o
obj-m :=
obj-n :=
obj- :=