PERFORCE change 173824 for review

Rafal Jaworowski raj at FreeBSD.org
Thu Jan 28 11:51:41 UTC 2010


http://p4web.freebsd.org/chv.cgi?CH=173824

Change 173824 by raj at raj_fdt on 2010/01/28 11:51:34

	Quiesce diag output unless DEBUG mode.

Affected files ...

.. //depot/projects/fdt/sys/powerpc/booke/machdep.c#5 edit

Differences ...

==== //depot/projects/fdt/sys/powerpc/booke/machdep.c#5 (text+ko) ====

@@ -425,7 +425,7 @@
 	csr = ccsr_read4(OCP85XX_L2CTL);
 	debugf(" L2CTL = 0x%08x\n", csr);
 
-	printf(" dtbp = 0x%08x\n", (uint32_t)dtbp);
+	debugf(" dtbp = 0x%08x\n", (uint32_t)dtbp);
 
 	print_bootinfo();
 	print_kernel_section_addr();


More information about the p4-projects mailing list