From dbd3c3b30ba7afff0761e223567a4b52ffbf00d8 Mon Sep 17 00:00:00 2001 From: benno Date: Fri, 10 May 2002 06:26:19 +0000 Subject: Remove a debugging printf that escaped. --- sys/powerpc/aim/trap.c | 1 - sys/powerpc/powerpc/trap.c | 1 - 2 files changed, 2 deletions(-) (limited to 'sys/powerpc') diff --git a/sys/powerpc/aim/trap.c b/sys/powerpc/aim/trap.c index d5ba1fe..4878a2c 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 d5ba1fe..4878a2c 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; -- cgit v1.1