From: Paul M. <le...@us...> - 2002-06-14 15:02:20
|
Update of /cvsroot/linux-mips/linux/arch/mips/vr41xx/vr4181/osprey In directory usw-pr-cvs1:/tmp/cvs-serv20226/arch/mips/vr41xx/vr4181/osprey Modified Files: Makefile Removed Files: irq.c Log Message: Kill off the need for platform specific vr41xx_board_irq_init(). Calling vr41xx_board_irq_init() will be a nop on platforms that don't specifically assign a value to board_irq_init. See eagle for an example. Index: Makefile =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/vr41xx/vr4181/osprey/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile 14 Jun 2002 14:12:19 -0000 1.2 +++ Makefile 14 Jun 2002 15:02:16 -0000 1.3 @@ -13,7 +13,7 @@ O_TARGET := osprey.o -obj-y := setup.o prom.o irq.o +obj-y := setup.o prom.o obj-$(CONFIG_REMOTE_DEBUG) += dbg_io.o --- irq.c DELETED --- |