diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-02-09 00:24:23 (GMT) |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-02-21 23:04:33 (GMT) |
commit | 78cbaaca6908c2ddf1bd26cf58c408938654e3d8 (patch) | |
tree | 7e52f81c470138284f40617ffb51126bc3a3c496 /arch/arm/mach-rpc/Makefile | |
parent | 13a5045d4ee5a244195062cbf2c651d1b4f22aa7 (diff) | |
download | linux-78cbaaca6908c2ddf1bd26cf58c408938654e3d8.tar.xz |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-rpc/Makefile b/arch/arm/mach-rpc/Makefile index aa77bc9..dfa405c 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- := |