Update of /cvsroot/linux-mips/linux/arch/mips/korva
In directory usw-pr-cvs1:/tmp/cvs-serv27229/arch/mips/korva
Modified Files:
irq.c
Log Message:
Remove files that do not differ from the ones in Linus's 2.4.8 tree.
Index: irq.c
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/korva/irq.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** irq.c 2001/08/23 19:13:56 1.1
--- irq.c 2001/09/18 20:41:44 1.2
***************
*** 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)
--- 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)
***************
*** 47,51 ****
/* setup cascade interrupt 6 */
! setup_irq(6, &irq2);
#ifdef CONFIG_REMOTE_DEBUG
--- 47,51 ----
/* setup cascade interrupt 6 */
! setup_irq(6, &irq_cascade);
#ifdef CONFIG_REMOTE_DEBUG
|