From: Bradley D. L. <br...@us...> - 2001-09-18 21:36:28
|
Update of /cvsroot/linux-mips/linux/arch/mips/korva In directory usw-pr-cvs1:/tmp/cvs-serv8009 Modified Files: irq.c Log Message: Revert accidental changes. Index: irq.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/korva/irq.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** irq.c 2001/09/18 20:41:44 1.2 --- irq.c 2001/09/18 21:36:26 1.3 *************** *** 33,37 **** extern int setup_irq(unsigned int irq, struct irqaction *irqaction); ! static struct irqaction irq_cascade = { no_action, 0, 0, "cascade", NULL, NULL }; void __init init_IRQ(void) --- 33,37 ---- extern int setup_irq(unsigned int irq, struct irqaction *irqaction); ! static struct irqaction irq2 = { no_action, 0, 0, "cascade", NULL, NULL }; void __init init_IRQ(void) *************** *** 47,51 **** /* setup cascade interrupt 6 */ ! setup_irq(6, &irq_cascade); #ifdef CONFIG_REMOTE_DEBUG --- 47,51 ---- /* setup cascade interrupt 6 */ ! setup_irq(6, &irq2); #ifdef CONFIG_REMOTE_DEBUG |