PERFORCE change 135805 for review

Randall R. Stewart rrs at FreeBSD.org
Wed Feb 20 16:22:08 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=135805

Change 135805 by rrs at rrs-mips2-jnpr on 2008/02/20 16:21:25

	Kill an extraneous debug message.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/mips/pmap.c#20 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/mips/pmap.c#20 (text+ko) ====

@@ -2173,7 +2173,6 @@
 {
 	vm_offset_t va;
 	vm_paddr_t phys = VM_PAGE_TO_PHYS(m);
-        printf("pmap_zero_page:phys is %x\n", phys);
 #ifdef VM_ALLOC_WIRED_TLB_PG_POOL
 	if (need_wired_tlb_page_pool) {
 		struct fpage *fp1;


More information about the p4-projects mailing list