Module Name: src
Committed By: matt
Date: Wed Dec 28 05:36:51 UTC 2011
Modified Files:
src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: machdep.c
Log Message:
Add commented out AB_DEBUG.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.41 -r1.1.2.42 src/sys/arch/evbmips/rmixl/machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbmips/rmixl/machdep.c
diff -u src/sys/arch/evbmips/rmixl/machdep.c:1.1.2.41 src/sys/arch/evbmips/rmixl/machdep.c:1.1.2.42
--- src/sys/arch/evbmips/rmixl/machdep.c:1.1.2.41 Tue Dec 27 22:13:05 2011
+++ src/sys/arch/evbmips/rmixl/machdep.c Wed Dec 28 05:36:50 2011
@@ -615,6 +615,7 @@ mach_init(int argc, int32_t *argv, void
*/
boothowto = RB_AUTOBOOT;
// boothowto |= AB_VERBOSE;
+ // boothowto |= AB_DEBUG;
if (!uboot_p) {
for (int i = 1; i < argc; i++) {
for (char *cp = (char *)(intptr_t)argv[i]; *cp; cp++) {