K 10 svn:author V 3 alc K 8 svn:date V 27 2003-08-04T04:35:04.000000Z K 7 svn:log V 239 Use kmem_alloc_nofault() instead of kmem_alloc_pageable() to allocate swapbkva. Swapbkva mappings are explicitly managed using pmap_qenter(), not on-demand by vm_fault(), making kmem_alloc_nofault() more appropriate. Submitted by: tegge END