CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/05/30 04:56:24
Modified files:
sys/arch/i386/i386: pmapae.c
Log message:
Ensure pmap_create() waits in case kernel virtual space shortage.
Prevents a panic in pmap_pinit_pd_pae() when applying a lot of memory
pressure and the kernel needs time to recover while swapping.
Reported and fix tested by mvs@, also tested by sthen@
ok mlarkin@, mvs@, kettenis@
