summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/mmu_oea64.c
diff options
context:
space:
mode:
authorandreast <andreast@FreeBSD.org>2011-04-14 19:37:31 +0000
committerandreast <andreast@FreeBSD.org>2011-04-14 19:37:31 +0000
commit4a3309044a085ec285d9afaf2fe22eb2360c772f (patch)
tree429a8abd078108d18e887eb9238e0e762339799c /sys/powerpc/aim/mmu_oea64.c
parentadbae7d2c9cc71a60b705ee4660ba0c1d837446d (diff)
downloadFreeBSD-src-4a3309044a085ec285d9afaf2fe22eb2360c772f.zip
FreeBSD-src-4a3309044a085ec285d9afaf2fe22eb2360c772f.tar.gz
Adjust debugging string to match the actual function.
Approved by: nwhitehorn (mentor)
Diffstat (limited to 'sys/powerpc/aim/mmu_oea64.c')
-rw-r--r--sys/powerpc/aim/mmu_oea64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/aim/mmu_oea64.c b/sys/powerpc/aim/mmu_oea64.c
index 76d631e..d20de53 100644
--- a/sys/powerpc/aim/mmu_oea64.c
+++ b/sys/powerpc/aim/mmu_oea64.c
@@ -936,7 +936,7 @@ moea64_late_bootstrap(mmu_t mmup, vm_offset_t kernelstart, vm_offset_t kernelend
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++) {
OpenPOWER on IntegriCloud