Subject: CVS commit: src/sys/compat/linux/arch/mips
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 08/02/2003 19:51:24
Module Name:	src
Committed By:	jdolecek
Date:		Sat Aug  2 19:51:24 UTC 2003

Modified Files:
	src/sys/compat/linux/arch/mips: linux_machdep.c

Log Message:
use copyin()/copyout() instead of fubyte()/subyte()
also nuke uvm_useracc() check, copyin()/copyout() do this atomically

XXX only compile-tested


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/sys/compat/linux/arch/mips/linux_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.