Skip to content

Commit

Permalink
[PATCH] mips: update IRQ handling for vr41xx
Browse files Browse the repository at this point in the history
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 <yuasa@hh.iij4u.or.jp>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
YoichiYuasa authored and Linus Torvalds committed Sep 5, 2005
1 parent 006cfb5 commit 979934d
Show file tree
Hide file tree
Showing 5 changed files with 234 additions and 158 deletions.
2 changes: 1 addition & 1 deletion arch/mips/vr41xx/common/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Makefile for common code of the NEC VR4100 series.
#

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

EXTRA_AFLAGS := $(CFLAGS)
Loading

0 comments on commit 979934d

Please sign in to comment.