Subject: Re: cpu_switch() doesn't optimize self-switch?
To: None <port-mips@netbsd.org>
From: Toru Nishimura <nisimura@itc.aist-nara.ac.jp>
List: port-mips
Date: 03/24/2001 09:59:57
> While digging around in various ports' locore.s files, I noticed that
> the mips cpu_switch() implementation seems to be the only one that
> doesn't optimize the case of switching from a process to itself
>    ...
> Is there some reason not to do this, or is it simply not implemented?

Simply not implementented.

Tohru Nishimura