Subject: CVS commit: src/sys/arch/mips
To: None <source-changes@NetBSD.org>
From: Michael Lorenz <macallan@netbsd.org>
List: source-changes
Date: 07/17/2007 04:01:35
Module Name:	src
Committed By:	macallan
Date:		Tue Jul 17 04:01:35 UTC 2007

Modified Files:
	src/sys/arch/mips/include: pmap.h
	src/sys/arch/mips/mips: pmap.c

Log Message:
if we have 64bit paddr_t add a flag which indicates non-cachable for use
with mmap*() and pmap_enter()
Mainly for allowing userland to mmap() the O2's framebuffer uncached


To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 src/sys/arch/mips/include/pmap.h
cvs rdiff -r1.174 -r1.175 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.