Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 05/22/2006 13:43:54
Module Name:	src
Committed By:	yamt
Date:		Mon May 22 13:43:54 UTC 2006

Modified Files:
	src/sys/kern: kern_lwp.c
	src/sys/sys: lwp.h
	src/sys/uvm: uvm_glue.c

Log Message:
introduce macros, UAREA_TO_USER and USER_TO_UAREA,
to convert uarea VA into a pointer to struct user and vice versa,
so that MD code can change the layout in uarea.


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 src/sys/kern/kern_lwp.c
cvs rdiff -r1.36 -r1.37 src/sys/sys/lwp.h
cvs rdiff -r1.93 -r1.94 src/sys/uvm/uvm_glue.c

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