CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/09/06 06:59:59
Modified files:
sys/arch/amd64/amd64: pmap.c
sys/arch/i386/i386: pmap.c pmapae.c
Log message:
Serialize access to the global list of pmaps with a mutex.
This prevents possible corruption due to a concurrent access between
pmap_growkernel() & pmap_create/pmap_destroy().
Discussed with and ok kettenis@
