From owner-cvs-all Sat Apr 13 13: 9: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9793F37B400; Sat, 13 Apr 2002 13:09:06 -0700 (PDT) Received: (from tmm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3DK96Q76901; Sat, 13 Apr 2002 13:09:06 -0700 (PDT) (envelope-from tmm) Message-Id: <200204132009.g3DK96Q76901@freefall.freebsd.org> From: Thomas Moestl Date: Sat, 13 Apr 2002 13:09:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_pipe.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tmm 2002/04/13 13:09:06 PDT Modified files: sys/kern sys_pipe.c Log: Use pmap_extract() instead of pmap_kextract() to retrieve the physical address associated with a user virtual address in pipe_build_write_buffer(). Reviewed by: alc Revision Changes Path 1.104 +2 -1 src/sys/kern/sys_pipe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message