Subject: PR/34186 CVS commit: src/sys/arch/amd64/amd64
To: None <port-i386-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: Pavel Cahyna <pavel@netbsd.org>
List: netbsd-bugs
Date: 01/06/2007 17:05:05
The following reply was made to PR port-i386/34186; it has been noted by GNATS.

From: Pavel Cahyna <pavel@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/34186 CVS commit: src/sys/arch/amd64/amd64
Date: Sat,  6 Jan 2007 17:03:11 +0000 (UTC)

 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.