alc 2004-07-23 19:36:18 UTC FreeBSD src repository Modified files: sys/kern uipc_jumbo.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.10 +1 -1 src/sys/kern/uipc_jumbo.c