Subject: CVS commit: syssrc [sommerfeld_i386mp_1]
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 05/04/2001 23:19:58
Module Name: syssrc
Committed By: thorpej
Date: Fri May 4 20:19:58 UTC 2001
Modified Files:
syssrc/sys/arch/i386/i386 [sommerfeld_i386mp_1]: pmap.c
Log Message:
Use optimisitc 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.83.2.34 -r1.83.2.35 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.