Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/amd64



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.




Home | Main Index | Thread Index | Old Index