Subject: Re: CVS commit: src/sys/arch/mips/mips
To: None <tsutsui@netbsd.org>
From: Jason Thorpe <thorpej@shagadelic.org>
List: source-changes
Date: 02/23/2007 09:13:04
On Feb 23, 2007, at 7:11 AM, Izumi Tsutsui wrote:

>
> Module Name:	src
> Committed By:	tsutsui
> Date:		Fri Feb 23 15:11:36 UTC 2007
>
> Modified Files:
> 	src/sys/arch/mips/mips: locore.S locore_mips3.S
>
> Log Message:
> uvm.page_idle_zero now is a bool, not a 32bit value any more.
>
> BTW, is it still worth to have uvm_pageidlezero()? Which port uses it?

I think it's probably a safe bet that no one uses it, and that it's  
probably worth removing.  It's completely antithetical to power  
management, for example.

>
>
> To generate a diff of this commit:
> cvs rdiff -r1.164 -r1.165 src/sys/arch/mips/mips/locore.S
> cvs rdiff -r1.89 -r1.90 src/sys/arch/mips/mips/locore_mips3.S
>
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.

-- thorpej