Subject: Cache flushing in pmap.c
To: None <port-mips@netbsd.org>
From: vasant <v_kanchan@yahoo.com>
List: port-mips
Date: 05/25/2000 20:35:51
Hi,

   I was looking through the pmap code and notice that
   pmap_enter() flushes the instruction cache when called with
   VM_PROT_EXECUTE.

   Looks like this is too conservative. Aliasing of shared text
   segment should be allowed.

   Am I missing something ?.

   Regards
   vasant