Subject: Re: CVS commit: syssrc
To: None <port-mips@netbsd.org>
From: Toru Nishimura <nisimura@itc.aist-nara.ac.jp>
List: port-mips
Date: 03/04/2000 13:26:17
> Module Name: syssrc
> Committed By: soda
> Date: Fri Mar 3 12:43:53 UTC 2000
>
> Modified Files:
> syssrc/sys/arch/mips/mips: mips_machdep.c
>
> Log Message:
> use callback function to set up secondary cache related things on arc.
> XXX - perhaps it is better to separate cache related initialization
> from mips_vector_init().
Recently I reordered personal priority of mips_machdep.c rework in
order to remove any messy #ifdefs from the file contributing more
saner support of any funcy features found in new MIPS processors. The
initial version for MIPS1 processors will appear soon.
Tohru Nishimura