Subject: CVS commit: src/sys/arch/i386
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 07/22/2003 13:55:34
Module Name:	src
Committed By:	yamt
Date:		Tue Jul 22 13:55:34 UTC 2003

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

Log Message:
move pv_head and page attributes into md part of vm_page structure
instead of having separate arrays for them.
(i.e. use __HAVE_VM_PAGE_MD instead of __HAVE_PMAP_PHYSSEG.)


To generate a diff of this commit:
cvs rdiff -r1.155 -r1.156 src/sys/arch/i386/i386/pmap.c
cvs rdiff -r1.73 -r1.74 src/sys/arch/i386/include/pmap.h
cvs rdiff -r1.51 -r1.52 src/sys/arch/i386/include/vmparam.h

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