Skip to content

Commit 979934d

Browse files
YoichiYuasaLinus Torvalds
authored andcommitted
[PATCH] mips: update IRQ handling for vr41xx
This patch has updated IRQ handling for vr41xx. o added common IRQ dispatch o changed IRQ number in int-handler.S o added resource management to icu.c Signed-off-by: Yoichi Yuasa <[email protected]> Cc: Ralf Baechle <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 006cfb5 commit 979934d

File tree

5 files changed

+234
-158
lines changed

5 files changed

+234
-158
lines changed

arch/mips/vr41xx/common/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Makefile for common code of the NEC VR4100 series.
33
#
44

5-
obj-y += bcu.o cmu.o icu.o init.o int-handler.o pmu.o
5+
obj-y += bcu.o cmu.o icu.o init.o int-handler.o irq.o pmu.o
66
obj-$(CONFIG_VRC4173) += vrc4173.o
77

88
EXTRA_AFLAGS := $(CFLAGS)

0 commit comments

Comments
 (0)