diff --git a/sys/powerpc/aim/trap.c b/sys/powerpc/aim/trap.c index d5ba1fe3f0a0..4878a2c1e9af 100644 --- a/sys/powerpc/aim/trap.c +++ b/sys/powerpc/aim/trap.c @@ -230,7 +230,6 @@ trap(frame) ftype = VM_PROT_READ | VM_PROT_EXECUTE; rv = vm_fault(&p->p_vmspace->vm_map, trunc_page(frame->srr0), ftype, VM_FAULT_NORMAL); - printf("vm_fault said %d\n", rv); if (rv == 0) { PROC_UNLOCK(p); break; diff --git a/sys/powerpc/powerpc/trap.c b/sys/powerpc/powerpc/trap.c index d5ba1fe3f0a0..4878a2c1e9af 100644 --- a/sys/powerpc/powerpc/trap.c +++ b/sys/powerpc/powerpc/trap.c @@ -230,7 +230,6 @@ trap(frame) ftype = VM_PROT_READ | VM_PROT_EXECUTE; rv = vm_fault(&p->p_vmspace->vm_map, trunc_page(frame->srr0), ftype, VM_FAULT_NORMAL); - printf("vm_fault said %d\n", rv); if (rv == 0) { PROC_UNLOCK(p); break;