Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Aug 2003 11:36:28 -0700 (PDT)
From:      Tor Egge <tegge@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/miscfs/procfs procfs_mem.c
Message-ID:  <200308121836.h7CIaSkR071303@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308121836.h7CIaSkR071303>