Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 07/27/1999 22:37:56
Module Name: syssrc
Committed By: thorpej
Date: Wed Jul 28 05:37:56 UTC 1999
Modified Files:
syssrc/sys/arch/i386/i386: pmap.c
syssrc/sys/arch/pc532/pc532: pmap.c
Log Message:
Fix a locking error: When allocating a PV page for the kernel pmap,
the pmap would be locked, and we would deadlock when mapping the
newly allocate PV page.
To generate a diff of this commit:
cvs rdiff -r1.76 -r1.77 syssrc/sys/arch/i386/i386/pmap.c
cvs rdiff -r1.42 -r1.43 syssrc/sys/arch/pc532/pc532/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.