Subject: CVS commit: src/sys/arch/x86
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 01/28/2008 11:06:44
Module Name:	src
Committed By:	yamt
Date:		Mon Jan 28 11:06:43 UTC 2008

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

Log Message:
save a word in pv_entry by making pv_hash SLIST.

although this can slow down pmap_sync_pv if hash lists get long,
we should keep them short anyway.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/arch/x86/include/pmap_pv.h
cvs rdiff -r1.43 -r1.44 src/sys/arch/x86/x86/pmap.c

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