From: James S. <jsi...@us...> - 2001-09-26 23:19:55
|
Update of /cvsroot/linux-mips/linux/arch/mips/kernel In directory usw-pr-cvs1:/tmp/cvs-serv7450 Modified Files: Makefile Log Message: Move irq_cpu.c to arch/mips/kernel. Index: Makefile =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/kernel/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Makefile 2001/07/30 17:33:32 1.6 +++ Makefile 2001/09/26 23:19:53 1.7 @@ -41,6 +41,7 @@ obj-$(CONFIG_NEW_IRQ) += irq.o obj-$(CONFIG_ROTTEN_IRQ) += old-irq.o obj-$(CONFIG_I8259) += i8259.o +obj-$(CONFIG_IRQ_CPU) += irq_cpu.o # transition from old time.c to new time.c # some boards uses old-time.c, some use time.c, and some use their own ones |