patch-2.4.22 linux-2.4.22/arch/mips/mips-boards/atlas/atlas_int.c
Next file: linux-2.4.22/arch/mips/mips-boards/atlas/atlas_setup.c
Previous file: linux-2.4.22/arch/mips/math-emu/sp_sub.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
2003-08-25 04:44:40.000000000 -0700
- Orig file:
linux-2.4.21/arch/mips/mips-boards/atlas/atlas_int.c
- Orig date:
2002-11-28 15:53:10.000000000 -0800
diff -urN linux-2.4.21/arch/mips/mips-boards/atlas/atlas_int.c linux-2.4.22/arch/mips/mips-boards/atlas/atlas_int.c
@@ -40,7 +40,6 @@
= (struct atlas_ictrl_regs *)ATLAS_ICTRL_REGS_BASE;
extern asmlinkage void mipsIRQ(void);
-extern void do_IRQ(int irq, struct pt_regs *regs);
#if 0
#define DEBUG_INT(x...) printk(x)
@@ -130,7 +129,7 @@
return;
}
-#ifdef CONFIG_REMOTE_DEBUG
+#ifdef CONFIG_KGDB
extern void breakpoint(void);
extern int remote_debug;
#endif
@@ -155,7 +154,7 @@
irq_desc[i].handler = &atlas_irq_type;
}
-#ifdef CONFIG_REMOTE_DEBUG
+#ifdef CONFIG_KGDB
if (remote_debug) {
set_debug_traps();
breakpoint();
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)