cvs commit: src/sys/kern uipc_jumbo.c

Alan Cox alc at FreeBSD.org
Fri Jul 23 12:36:19 PDT 2004


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


More information about the cvs-src mailing list