Update of /cvsroot/linux-mips/linux/arch/mips/ddb5xxx/common
In directory usw-pr-cvs1:/tmp/cvs-serv28074/arch/mips/ddb5xxx/common
Modified Files:
irq.c
Log Message:
Eliminate some whitespace-only diffs against oss.
Index: irq.c
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/ddb5xxx/common/irq.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** irq.c 2001/09/07 18:21:54 1.2
--- irq.c 2001/09/07 18:43:40 1.3
***************
*** 19,34 ****
void __init init_IRQ(void)
{
-
#ifdef CONFIG_REMOTE_DEBUG
! extern void breakpoint(void);
! extern void set_debug_traps(void);
! printk("Wait for gdb client connection ...\n");
! set_debug_traps();
! breakpoint();
#endif
! /* invoke board-specific irq setup */
! irq_setup();
}
-
--- 19,32 ----
void __init init_IRQ(void)
{
#ifdef CONFIG_REMOTE_DEBUG
! extern void breakpoint(void);
! extern void set_debug_traps(void);
! printk("Wait for gdb client connection ...\n");
! set_debug_traps();
! breakpoint();
#endif
! /* invoke board-specific irq setup */
! irq_setup();
}
|