]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in
authorAlan Cox <alc@FreeBSD.org>
Sat, 2 Aug 2003 06:17:01 +0000 (06:17 +0000)
committerAlan Cox <alc@FreeBSD.org>
Sat, 2 Aug 2003 06:17:01 +0000 (06:17 +0000)
commit195d68e5af623fafe776b25940ad8c474bebca29
treec0b1b4f99ad8a3e989d8cad3720a20d47cf8b36f
parentb56e3df93e3189197e36080355be8e2cb256683f
 - Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in
   pmap_mapdev().  See revision 1.140 of kern/sys_pipe.c for a detailed
   rationale.  Submitted by: tegge
 - Remove GIANT_REQUIRED from pmap_mapdev().
sys/i386/i386/pmap.c