Subject: CVS commit: [netbsd-2-0] src/sys/arch/amd64/amd64
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 06/17/2004 20:07:02
Module Name:	src
Committed By:	tron
Date:		Thu Jun 17 20:07:02 UTC 2004

Modified Files:
	src/sys/arch/amd64/amd64 [netbsd-2-0]: gdt.c

Log Message:
Pull up revision 1.5 (requested by fvdl in ticket #506):
When converting GDT length units from segment structures to bytes for the
amd64 port, I converted MINGDTSIZ wrongly; it was not page aligned, causing
gdt_grow to corrupt the GDT. Fix this, and remove the extraneous definitions
of the sizes from gdt.c.
From OpenBSD.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.4.2.1 src/sys/arch/amd64/amd64/gdt.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.