Subject: RE: CPU specific idle routine
To: NetBSD port-mips <port-mips@netbsd.org>
From: TAKEMURA, Shin <takemura@netbsd.org>
List: port-mips
Date: 01/29/2000 00:13:56
-----Original Message-----
From: TAKEMURA, Shin <takemura@netbsd.org>
To: NetBSD port-mips <port-mips@netbsd.org>
Date: Sunday, January 16, 2000 8:32 PM
Subject: CPU specific idle routine


>I found that our MIPS compatible CPU VR has unique instruction - 'STANDBY'.
>And other CPU which designed for PDA have their  own instruction similarly.
>(Please see #ifdef VR41_STANDBY_IDLE in arch/mips/mips/locore.S)
>
>Thereby I want to select idle routine on booting dynamically.


I'd dared commit the patch. If you find any problem, please let
me know.

Takemura