Remove a debugging printf that escaped.

This commit is contained in:
Benno Rice 2002-05-10 06:26:19 +00:00
parent ec5b87c786
commit f2b85e7c82
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

@ -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;