Subject: CVS commit: src/sys/arch/x86/x86
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 01/30/2008 13:26:10
Module Name:	src
Committed By:	yamt
Date:		Wed Jan 30 13:26:10 UTC 2008

Modified Files:
	src/sys/arch/x86/x86: pmap.c

Log Message:
pmap_remove_ptes, pmap_remove_pte: fix a panic seen on pkgbuild,
reported by S.P.Zeidler.
after recent locking changes, these assertions are no longer true.


To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 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.