Subject: CVS commit: src/sys/arch/amd64
To: None <source-changes@NetBSD.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 06/16/2004 17:45:03
Module Name:	src
Committed By:	fvdl
Date:		Wed Jun 16 17:45:03 UTC 2004

Modified Files:
	src/sys/arch/amd64/amd64: gdt.c
	src/sys/arch/amd64/include: gdt.h

Log Message:
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.5 src/sys/arch/amd64/amd64/gdt.c
cvs rdiff -r1.1 -r1.2 src/sys/arch/amd64/include/gdt.h

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