Module Name: src Committed By: matt Date: Tue May 24 23:30:30 UTC 2011
Modified Files: src/sys/arch/vax/include: pmap.h src/sys/arch/vax/vax: pmap.c Log Message: Remove pmap's simple_lock; switch to atomic ops Change pvtable simple_lock to mutex Switch to kmem (goodbye malloc). To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/sys/arch/vax/include/pmap.h cvs rdiff -u -r1.179 -r1.180 src/sys/arch/vax/vax/pmap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.