Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc
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.
Home |
Main Index |
Thread Index |
Old Index