patch-2.4.22 linux-2.4.22/arch/mips/hp-lj/irq.c

Next file: linux-2.4.22/arch/mips/hp-lj/pci-dma.c
Previous file: linux-2.4.22/arch/mips/hp-lj/int-handler.S
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/arch/mips/hp-lj/irq.c linux-2.4.22/arch/mips/hp-lj/irq.c
@@ -25,8 +25,8 @@
     mips_cpu_irq_init(0);
     set_except_vector(0, hpIRQ);
 
-#ifdef CONFIG_REMOTE_DEBUG
-    { 
+#ifdef CONFIG_KGDB
+    {
        extern void breakpoint(void);
        extern int remote_debug;
 
@@ -36,6 +36,6 @@
        }
     }
 #endif
-        
+
 }
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)