Subject: CVS commit: src/sys/arch/amd64/amd64
To: None <source-changes@NetBSD.org>
From: Christopher SEKIYA <sekiya@netbsd.org>
List: source-changes
Date: 05/31/2004 13:42:27
Module Name:	src
Committed By:	sekiya
Date:		Mon May 31 13:42:27 UTC 2004

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

Log Message:
Make pmap_collect() a NOP -- due to the way we deal with the four-level pte,
invalidating the entire address space results in multi-minute system hangs.

Okay'ed by fvdl@


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/arch/amd64/amd64/pmap.c

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