From: Paul M. <le...@us...> - 2001-11-06 00:31:23
|
Update of /cvsroot/linux-mips/linux/arch/mips/galileo-boards/ev64120 In directory usw-pr-cvs1:/tmp/cvs-serv388/arch/mips/galileo-boards/ev64120 Modified Files: Makefile irq.c Log Message: Sync with OSS 2.4.11. Index: Makefile =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/galileo-boards/ev64120/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- Makefile 2001/06/22 02:29:31 1.1.1.1 +++ Makefile 2001/11/06 00:30:42 1.2 @@ -19,6 +19,8 @@ O_TARGET := ev64120.o +export-objs = i2o.o + obj-y := serialGT.o int-handler.o promcon.o reset.o setup.o irq.o \ irq-handler.o i2o.o pci_bios.o Index: irq.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/galileo-boards/ev64120/irq.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- irq.c 2001/08/10 21:53:38 1.2 +++ irq.c 2001/11/06 00:30:42 1.3 @@ -390,13 +390,6 @@ return 0; } -int (*irq_cannonicalize) (int irq); - -int galileo_irq_cannonicalize(int i) -{ - return i; -} - /******************************************************************** *galileo_irq_setup - * @@ -461,11 +454,8 @@ irq_desc[i].lock = SPIN_LOCK_UNLOCKED; } - irq_cannonicalize = galileo_irq_cannonicalize; galileo_irq_setup(); } - -/* EXPORT_SYMBOL(irq_cannonicalize); */ /* * Overrides for Emacs so that we follow Linus's tabbing style. |