Subject: Re: -current kernels and core dumps To: None <port-mips@netbsd.org, port-pmax@netbsd.org> From: Takao Shinohara <shin@sm.sony.co.jp> List: port-mips Date: 10/29/1999 12:15:18
I think I found the cause of the core-dump problem.
In function mips3_FlushDCache(), secondary cache is flushed by virtual
address. But we need physical address to flush secondary cache
properly.
Takao Shinohara