kdb: Remove all references to DOING_KGDB2
[deliverable/linux.git] / kernel / debug / kdb / kdb_main.c
index b33116ec9e6dc316e5899d6d6334a1025df2c522..63786e71a3cd9e1003a7a2bb6f399170f773756d 100644 (file)
@@ -1386,7 +1386,7 @@ int kdb_main_loop(kdb_reason_t reason, kdb_reason_t reason2, int error,
                }
 
                if (result == KDB_CMD_KGDB) {
-                       if (!(KDB_STATE(DOING_KGDB) || KDB_STATE(DOING_KGDB2)))
+                       if (!KDB_STATE(DOING_KGDB))
                                kdb_printf("Entering please attach debugger "
                                           "or use $D#44+ or $3#33\n");
                        break;
This page took 0.067417 seconds and 5 git commands to generate.