Subject: Re: CVS commit: src/sys
To: None <sanjayl@NetBSD.org>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: source-changes
Date: 09/08/2006 00:42:05
sanjayl@NetBSD.org wrote:

> 	src/sys/arch/powerpc/oea: cpu_subr.c oea_machdep.c ofw_subr.S pmap.c
 :
> Log Message:
> 1st cut of Powermac G5 support (uses bridge mode).

Is this printf intentional?
---
diff -u -p -r1.37 -r1.38
--- src/sys/arch/powerpc/oea/pmap.c	2006/05/13 04:04:45	1.37
+++ src/sys/arch/powerpc/oea/pmap.c	2006/08/05 21:26:49	1.38
 :
@@ -3216,6 +3386,7 @@ pmap_bootstrap(paddr_t kernelstart, padd
 				VM_FREELIST_DEFAULT);
 		}
 	}
+	printf("Done calling uvm_page_physload()\n");
 
 	/*
	 * Make sure kernel vsid is allocated as well as VSID 0.
---
Izumi Tsutsui