]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use kmem_alloc_nofault() instead of kmem_alloc_pageable() to allocate
authorAlan Cox <alc@FreeBSD.org>
Mon, 4 Aug 2003 04:35:04 +0000 (04:35 +0000)
committerAlan Cox <alc@FreeBSD.org>
Mon, 4 Aug 2003 04:35:04 +0000 (04:35 +0000)
commit981371629a7eb571690c34e517962843a7f9a15a
treefc14aaeb566ebb4e4f852a3620e3379c1b4c51ae
parent21f53e913871c2b50f6d61a2125d888c5c025ee0
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
sys/vm/vm_pager.c