Subject: Re: MachHitFlushDCache() call in vm_machdep.c
To: None <port-mips@netbsd.org>
From: Toru Nishimura <nisimura@itc.aist-nara.ac.jp>
List: port-mips
Date: 06/16/2000 08:31:57
>> #ifdef MIPS3
>>         /* ? make sense ? */
>>         if (CPUISMIPS3)
>>                 MachHitFlushDCache((vaddr_t)p2->p_addr, USPACE);
>> #endif
>
> This cache operation is necessary for R4000/R4400 with secondary cache.
> Do not remove.

Could you explain the case it fails to the world?

Tohru Nishimura