diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2008-08-31 20:55:31 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2008-08-31 20:55:31 +0000 |
| commit | 8d8cca480cf154b46c59a691aed5abbaea4ef377 (patch) | |
| tree | 33fa844654c7efca1320a20bd5082f3012c96911 /sys/powerpc | |
| parent | 09a94c6407dbc71fd585c5f57618f26cd6234f44 (diff) | |
Notes
Diffstat (limited to 'sys/powerpc')
| -rw-r--r-- | sys/powerpc/aim/mmu_oea.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/powerpc/aim/mmu_oea.c b/sys/powerpc/aim/mmu_oea.c index 657a87f8a73e..4aae58dc8bdb 100644 --- a/sys/powerpc/aim/mmu_oea.c +++ b/sys/powerpc/aim/mmu_oea.c @@ -1241,8 +1241,6 @@ void moea_init(mmu_t mmu) { - CTR0(KTR_PMAP, "moea_init"); - moea_upvo_zone = uma_zcreate("UPVO entry", sizeof (struct pvo_entry), NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_VM | UMA_ZONE_NOFREE); @@ -1572,10 +1570,6 @@ moea_protect(mmu_t mmu, pmap_t pm, vm_offset_t sva, vm_offset_t eva, struct pte *pt; int pteidx; - CTR4(KTR_PMAP, "moea_protect: pm=%p sva=%#x eva=%#x prot=%#x", pm, sva, - eva, prot); - - KASSERT(pm == &curproc->p_vmspace->vm_pmap || pm == kernel_pmap, ("moea_protect: non current pmap")); |
