Subject: CVS commit: src/sys/arch/amd64/amd64
To: None <source-changes@NetBSD.org>
From: Pavel Cahyna <pavel@netbsd.org>
List: source-changes
Date: 01/06/2007 17:03:11
Module Name:	src
Committed By:	pavel
Date:		Sat Jan  6 17:03:11 UTC 2007

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

Log Message:
PR port-i386/34186 by Wolfgang Stukenbrock:
mapping of msgbuf during startup may map invalid physical adresses

Apply a similar patch as in the i386 case.
The amd64 version was supplied by Blair Sadewitz, thanks.


To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 src/sys/arch/amd64/amd64/machdep.c
cvs rdiff -r1.27 -r1.28 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.