Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: syssrc/sys/arch/mips/mips



On Sun, Nov 10, 2002 at 04:27:50AM +0200, Tohru Nishimura wrote:

 > Module Name: syssrc
 > Committed By:        nisimura
 > Date:                Sun Nov 10 02:27:50 UTC 2002
 > 
 > Modified Files:
 >      syssrc/sys/arch/mips/mips: vm_machdep.c
 > 
 > Log Message:
 > Use pmap_enter_pa and pmap_kremove for vmapbuf/vunmapbuf, respectively.
 > Have variable names renamed for the logic clarity.

I don't think this is correct; for MIPS, you need to use the normal
pmap_enter()/pmap_remove() to keep track of virtual aliases.

-- 
        -- Jason R. Thorpe <thorpej%wasabisystems.com@localhost>



Home | Main Index | Thread Index | Old Index