This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / mips / mips-boards / generic / init.c
index 31caf06..636cdcd 100644 (file)
@@ -42,6 +42,8 @@ extern char rs_getDebugChar(void);
 extern int saa9730_kgdb_hook(int);
 extern int saa9730_putDebugChar(char);
 extern char saa9730_getDebugChar(void);
+
+int remote_debug = 0;
 #endif
 
 int prom_argc;
@@ -217,7 +219,7 @@ void __init kgdb_config (void)
                                generic_putDebugChar (*s++);
                }
 
-               kgdb_enabled = 1;
+               remote_debug = 1;
                /* Breakpoint is invoked after interrupts are initialised */
        }
 }