Subject: CVS commit: syssrc/sys/arch/i386/i386
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 10/08/2002 23:23:28
Module Name:	syssrc
Committed By:	fvdl
Date:		Tue Oct  8 20:23:27 UTC 2002

Modified Files:
	syssrc/sys/arch/i386/i386: sys_machdep.c

Log Message:
Fix USER_LDT syscall locking. It's a bit over the top for a big lock
kernel right now, a sleep lock around the entire thing would have
worked as well, but hey.

Also correct PCB_USER_LDT to PMF_USER_LDT. This was wrong but since
they had the same value, it didn't matter.


To generate a diff of this commit:
cvs rdiff -r1.65 -r1.66 syssrc/sys/arch/i386/i386/sys_machdep.c

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