Subject: CVS commit: src/sys/arch/mips/mips
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 11/05/2005 10:57:49
Module Name: src
Committed By: tsutsui
Date: Sat Nov 5 10:57:49 UTC 2005
Modified Files:
src/sys/arch/mips/mips: pmap.c
Log Message:
Most use of mips_paddr_to_tlbpfn() is inside if (MIPS_HAS_R4K_MMU) so
call mips[13]_paddr_to_tlbpfn() directly instead.
To generate a diff of this commit:
cvs rdiff -r1.159 -r1.160 src/sys/arch/mips/mips/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.