Subject: CVS commit: syssrc [sommerfeld_i386mp_1]
To: None <source-changes@netbsd.org>
From: Bill Sommerfeld <sommerfeld@netbsd.org>
List: source-changes
Date: 05/23/2001 07:37:27
Module Name:	syssrc
Committed By:	sommerfeld
Date:		Wed May 23 04:37:27 UTC 2001

Modified Files:
	syssrc/sys/arch/i386/i386 [sommerfeld_i386mp_1]: pmap.c

Log Message:
Pull up fix from -current:
In kern/12554 workaround in pmap_page_remove, don't forget to unmap
(and unlock) the other pmap's pte's before continuing on to the next
pmap.  Avoids pmap lock leaks, manifested as warning messages for
LOCKDEBUG and deadlocks with MULTIPROCESSOR.


To generate a diff of this commit:
cvs rdiff -r1.83.2.38 -r1.83.2.39 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.