cvs commit: src/sys/miscfs/procfs procfs_mem.c

Tor Egge tegge at FreeBSD.org
Tue Aug 12 11:36:29 PDT 2003


tegge       2003/08/12 11:36:28 PDT

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    sys/miscfs/procfs    procfs_mem.c 
  Log:
  MFC src/sys/kern/sys_process.c revisions 1.111 and 1.112:
  Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in procfs_rwmem().
  Use vm_page_hold() in place of vm_page_wire() since the page can be freed.
  Don't hold extra reference to the containing vm object while page is mapped.
  
  Revision  Changes    Path
  1.46.2.4  +6 -31     src/sys/miscfs/procfs/procfs_mem.c


More information about the cvs-src mailing list