Subject: Re: 1.6_STABLE / macppc, recent pte.h and pmap.c changes
To: Markus W Kilbinger <kilbi@rad.rwth-aachen.de>
From: Chuck Silvers <chuq@chuq.com>
List: current-users
Date: 11/11/2002 18:40:04
hi,

the syncicache stuff that was added in that delta appears to be inadequate,
try adding this bit at the top of pmap_syncicache():

	__syncicache((void *)pa, len);
	return;


-Chuck


On Mon, Nov 11, 2002 at 08:37:52PM +0100, Markus W Kilbinger wrote:
> Hi,
> 
> on my powermac 440 and beige g3 recent
> 
>   sys/arch/powerpc/include/mpc6xx/pte.h           1.9
>   sys/arch/powerpc/mpc6xx/pmap.c                  1.51
> 
> produce a
> 
>   Illegal instruction - core dumped
> 
> of several programs (at least sshd, chgrp, chmod) when they are called
> the first or second time. After several tries they work!?
> 
> Can anybody reproduce this?
> 
> Markus.