Subject: CVS commit: syssrc/sys/arch/i386/i386
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 01/02/2002 00:52:13
Module Name: syssrc
Committed By: chs
Date: Tue Jan 1 22:52:12 UTC 2002
Modified Files:
syssrc/sys/arch/i386/i386: pmap.c
Log Message:
merge in a bit from the MP branch to cut down on LOCKDEBUG spew:
Use optimistic locking in pmap_create() so that we don't lock against
ourself if allocating the page directory causes pmap_growkernel() to
be called.
To generate a diff of this commit:
cvs rdiff -r1.131 -r1.132 syssrc/sys/arch/i386/i386/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.