78cbaaca69
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>
11 lines
131 B
Makefile
11 lines
131 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
# Object file lists.
|
|
|
|
obj-y := dma.o fiq.o irq.o riscpc.o
|
|
obj-m :=
|
|
obj-n :=
|
|
obj- :=
|
|
|