From: Paul M. <le...@us...> - 2002-06-14 15:02:20
|
Update of /cvsroot/linux-mips/linux/arch/mips/vr41xx/vr4122/mp-c303 In directory usw-pr-cvs1:/tmp/cvs-serv20226/arch/mips/vr41xx/vr4122/mp-c303 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/vr4122/mp-c303/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile 7 Mar 2002 03:16:54 -0000 1.1 +++ Makefile 14 Jun 2002 15:02:15 -0000 1.2 @@ -15,7 +15,7 @@ all: mp-c303.o -obj-y := init.o irq.o setup.o +obj-y := init.o setup.o obj-$(CONFIG_IDE) += ide-mpc303.o obj-$(CONFIG_PCI) += pci_fixup.o --- irq.c DELETED --- |