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