Subject: Re: CVS commit: src/sys
To: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
From: Sanjay Lal <sanjayl@kymasys.com>
List: source-changes
Date: 09/07/2006 08:56:27
Nope, it got left in accidentally.

Sanjay

On Sep 7, 2006, at 8:42 AM, Izumi Tsutsui wrote:

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