Subject: PR/33927 CVS commit: src/sys/arch/amd64/amd64
To: None <port-amd64-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: Matthias Drochner <drochner@netbsd.org>
List: netbsd-bugs
Date: 07/13/2006 10:55:01
The following reply was made to PR port-amd64/33927; it has been noted by GNATS.

From: Matthias Drochner <drochner@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/33927 CVS commit: src/sys/arch/amd64/amd64
Date: Thu, 13 Jul 2006 10:53:08 +0000 (UTC)

 Module Name:	src
 Committed By:	drochner
 Date:		Thu Jul 13 10:53:08 UTC 2006
 
 Modified Files:
 	src/sys/arch/amd64/amd64: cpu.c
 
 Log Message:
 Map kernel stack and "struct cpuinfo" of secondary processors with
 execute permission. (I don't understand yet why the latter is needed.)
 This fixes crashes of MP kernels reported by Kurt Schreiner and in
 the context of PR port-amd64/33927 (which is about a different problem
 otherwise).
 MP kernels reported to boot again by Dave Huang and Kurt Schreiner.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.10 -r1.11 src/sys/arch/amd64/amd64/cpu.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.