From owner-cvs-src@FreeBSD.ORG Fri Aug 1 23:17:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F63B37B404; Fri, 1 Aug 2003 23:17:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF05043FA3; Fri, 1 Aug 2003 23:17:01 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h726H10U065123; Fri, 1 Aug 2003 23:17:01 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h726H1sO065122; Fri, 1 Aug 2003 23:17:01 -0700 (PDT) Message-Id: <200308020617.h726H1sO065122@repoman.freebsd.org> From: Alan Cox Date: Fri, 1 Aug 2003 23:17:01 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 06:17:02 -0000 alc 2003/08/01 23:17:01 PDT FreeBSD src repository Modified files: sys/i386/i386 pmap.c Log: - 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(). Revision Changes Path 1.421 +1 -3 src/sys/i386/i386/pmap.c