alc 2004-07-23 06:49:49 UTC FreeBSD src repository Modified files: sys/sparc64/sparc64 pmap.c Log: Use kmem_alloc_nofault() rather than kmem_alloc_pageable() for allocating KVA for explicitly managed mappings, i.e., mappings created with pmap_qenter(). Revision Changes Path 1.135 +1 -1 src/sys/sparc64/sparc64/pmap.c