CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2011/08/09 14:21:44
Modified files: sys/arch/sh/sh : pmap.c Log message: In pmap_create(), check uvm_pagealloc() return value and uvm_wait() until it is non-NULL. Prevents a panic caused by a NULL dereference when physical memory is exhausted at pmap_create() time. ok kettenis@, deraadt@