Subject: CVS commit: syssrc [sommerfeld_i386mp_1]
To: None <source-changes@netbsd.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 02/11/2001 11:12:17
Module Name: syssrc
Committed By: enami
Date: Sun Feb 11 09:12:17 UTC 2001
Modified Files:
syssrc/sys/arch/i386/i386 [sommerfeld_i386mp_1]: pmap.c
Log Message:
Release the pmaps_lock once before allocating new page for PDP cache and
reacquire it before constructing the cache. Otherwise it will be locked
again if pmap_growkernel() is called during the page allocation.
To generate a diff of this commit:
cvs rdiff -r1.83.2.29 -r1.83.2.30 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.