Subject: Re: rename vad_to_pfn()/pfn_to_vad() to pad_to_pfn()/pfn_to_pad()
To: None <port-mips@netbsd.org>
From: Jason R Thorpe <thorpej@zembu.com>
List: port-mips
Date: 03/27/2000 07:52:27
On Mon, Mar 27, 2000 at 04:59:06PM +0900, Noriyuki Soda wrote:

 > I'd like to rename
 >         vad_to_pfn() to pad_to_pfn()
 > and
 >         pfn_to_vad() to pfn_to_pad()
 > on MIPS port, since these functions don't handle virtual address,
 > but physical address.

No objection from me... but I think even better names are in order...

	mips_paddr_to_tlbpfn()
	mips_tlbpfn_to_paddr()

...to clearly note that the page frame number is suitable for TLB entries
(and not much else :-)

-- 
        -- Jason R. Thorpe <thorpej@zembu.com>