Subject: CVS commit: src/sys/arch/amd64/amd64
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 07/24/2006 10:55:25
Module Name: src
Committed By: drochner
Date: Mon Jul 24 10:55:25 UTC 2006
Modified Files:
src/sys/arch/amd64/amd64: mptramp.S
Log Message:
Set the "NXE" bit (if available) early, before the cpu_info struct
is accessed. Without this, the (secondary) CPU chokes on the NX bit in
the PTE.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/arch/amd64/amd64/mptramp.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.