Subject: PR/34186 CVS commit: [netbsd-4] src/sys/arch/amd64/amd64
To: None <port-i386-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: Matthias Scheler <tron@netbsd.org>
List: netbsd-bugs
Date: 02/07/2007 12:55:05
The following reply was made to PR port-i386/34186; it has been noted by GNATS.

From: Matthias Scheler <tron@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/34186 CVS commit: [netbsd-4] src/sys/arch/amd64/amd64
Date: Wed,  7 Feb 2007 12:53:41 +0000 (UTC)

 Module Name:	src
 Committed By:	tron
 Date:		Wed Feb  7 12:53:41 UTC 2007
 
 Modified Files:
 	src/sys/arch/amd64/amd64 [netbsd-4]: machdep.c pmap.c
 
 Log Message:
 Pull up following revision(s) (requested by pavel in ticket #397):
 	sys/arch/amd64/amd64/machdep.c: revision 1.45
 	sys/arch/amd64/amd64/pmap.c: revision 1.28
 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.44.2.1 src/sys/arch/amd64/amd64/machdep.c
 cvs rdiff -r1.27 -r1.27.8.1 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.