Subject: Re: CVS commit: syssrc/sys/arch/powerpc/mpc6xx
To: Jason R Thorpe <thorpej@wasabisystems.com>
From: Chuck Silvers <chuq@chuq.com>
List: port-powerpc
Date: 07/28/2002 07:42:47
the attribute in question is that we've done a syncicache on the page
on a given CPU since the last time the page was potentially modified.

-Chuck


On Sun, Jul 28, 2002 at 05:52:18AM -0700, Jason R Thorpe wrote:
> On Sun, Jul 28, 2002 at 10:03:48AM +0300, Chuck Silvers wrote:
> 
>  > Modified Files:
>  > 	syssrc/sys/arch/powerpc/mpc6xx: pmap.c
>  > 
>  > Log Message:
>  > disable the PTE_EXEC optimization for MP for now.
>  > PTE_EXEC needs to become a per-CPU flag eventually.
> 
> I don't understand .. a per-CPU flag for an attribute of a mapping?
> 
> -- 
>         -- Jason R. Thorpe <thorpej@wasabisystems.com>