Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Bill Sommerfeld <sommerfeld@netbsd.org>
List: source-changes
Date: 08/12/2000 19:09:25
Module Name:	syssrc
Committed By:	sommerfeld
Date:		Sat Aug 12 16:09:25 UTC 2000

Modified Files:
	syssrc/sys/arch/i386/i386 [sommerfeld_i386mp_1]: gdt.c
	syssrc/sys/arch/i386/include [sommerfeld_i386mp_1]: gdt.h

Log Message:
Split creation/allocation of the memory containing the GDT from
loading of the GDT descriptor into the processor; the former happens
once, the latter, once per CPU.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.22.2.1 syssrc/sys/arch/i386/i386/gdt.c
cvs rdiff -r1.7 -r1.7.10.1 syssrc/sys/arch/i386/include/gdt.h

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