svn commit: r220642 - head/sys/powerpc/aim

Andreas Tobler andreast at FreeBSD.org
Thu Apr 14 19:37:31 UTC 2011


Author: andreast
Date: Thu Apr 14 19:37:31 2011
New Revision: 220642
URL: http://svn.freebsd.org/changeset/base/220642

Log:
  Adjust debugging string to match the actual function.
  
  Approved by: nwhitehorn (mentor)

Modified:
  head/sys/powerpc/aim/mmu_oea64.c

Modified: head/sys/powerpc/aim/mmu_oea64.c
==============================================================================
--- head/sys/powerpc/aim/mmu_oea64.c	Thu Apr 14 19:11:45 2011	(r220641)
+++ head/sys/powerpc/aim/mmu_oea64.c	Thu Apr 14 19:37:31 2011	(r220642)
@@ -936,7 +936,7 @@ moea64_late_bootstrap(mmu_t mmup, vm_off
 	pa = moea64_bootstrap_alloc(KSTACK_PAGES * PAGE_SIZE, PAGE_SIZE);
 	va = virtual_avail + KSTACK_GUARD_PAGES * PAGE_SIZE;
 	virtual_avail = va + KSTACK_PAGES * PAGE_SIZE;
-	CTR2(KTR_PMAP, "moea_bootstrap: kstack0 at %#x (%#x)", pa, va);
+	CTR2(KTR_PMAP, "moea64_bootstrap: kstack0 at %#x (%#x)", pa, va);
 	thread0.td_kstack = va;
 	thread0.td_kstack_pages = KSTACK_PAGES;
 	for (i = 0; i < KSTACK_PAGES; i++) {


More information about the svn-src-head mailing list