PERFORCE change 135631 for review

Warner Losh imp at FreeBSD.org
Sun Feb 17 22:00:33 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=135631

Change 135631 by imp at imp_lighthouse on 2008/02/18 06:00:00

	Catch up with kdb_enter churn.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/dev/cfe/cfe_console.c#2 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/dev/cfe/cfe_console.c#2 (text+ko) ====

@@ -274,7 +274,7 @@
 	if (result > 0) {
 #if defined(KDB) && defined(ALT_BREAK_TO_DEBUGGER)
 		if (kdb_alt_break(ch, &alt_break_state))
-			kdb_enter("Break sequence on console");
+			kdb_enter(KDB_WHY_BREAK, "Break sequence on console");
 #endif
 		return (ch);
 	}


More information about the p4-projects mailing list