svn commit: r240853 - head/sys/arm/broadcom/bcm2835

Andrew Turner andrew at FreeBSD.org
Sun Sep 23 08:49:42 UTC 2012


Author: andrew
Date: Sun Sep 23 08:49:41 2012
New Revision: 240853
URL: http://svn.freebsd.org/changeset/base/240853

Log:
  Fix a typo in a Broadcom initarm debug printf

Modified:
  head/sys/arm/broadcom/bcm2835/bcm2835_machdep.c

Modified: head/sys/arm/broadcom/bcm2835/bcm2835_machdep.c
==============================================================================
--- head/sys/arm/broadcom/bcm2835/bcm2835_machdep.c	Sun Sep 23 08:46:44 2012	(r240852)
+++ head/sys/arm/broadcom/bcm2835/bcm2835_machdep.c	Sun Sep 23 08:49:41 2012	(r240853)
@@ -491,7 +491,7 @@ initarm(struct arm_boot_params *abp)
 	physmem = memsize / PAGE_SIZE;
 
 	debugf("initarm: console initialized\n");
-	debugf(" arg1 mmdp = 0x%08x\n", (uint32_t)kmdp);
+	debugf(" arg1 kmdp = 0x%08x\n", (uint32_t)kmdp);
 	debugf(" boothowto = 0x%08x\n", boothowto);
 	debugf(" dtbp = 0x%08x\n", (uint32_t)dtbp);
 	print_kernel_section_addr();


More information about the svn-src-all mailing list