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();
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to