From owner-cvs-all@FreeBSD.ORG Fri Aug 27 19:06:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F24716A4CE; Fri, 27 Aug 2004 19:06:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55A1843D3F; Fri, 27 Aug 2004 19:06:17 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RJ6Hpl071267; Fri, 27 Aug 2004 19:06:17 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7RJ6HSM071266; Fri, 27 Aug 2004 19:06:17 GMT (envelope-from alc) Message-Id: <200408271906.i7RJ6HSM071266@repoman.freebsd.org> From: Alan Cox Date: Fri, 27 Aug 2004 19:06:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha pmap.c src/sys/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c src/sys/ia64/ia64 pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Aug 2004 19:06:17 -0000 alc 2004-08-27 19:06:17 UTC FreeBSD src repository Modified files: sys/alpha/alpha pmap.c sys/amd64/amd64 pmap.c sys/i386/i386 pmap.c sys/ia64/ia64 pmap.c Log: The machine-independent parts of the virtual memory system always pass a valid pmap to the pmap functions that require one. Remove the checks for NULL. (These checks have their origins in the Mach pmap.c that was integrated into BSD. None of the new code written specifically for FreeBSD included them.) Revision Changes Path 1.168 +0 -16 src/sys/alpha/alpha/pmap.c 1.494 +0 -16 src/sys/amd64/amd64/pmap.c 1.496 +0 -16 src/sys/i386/i386/pmap.c 1.147 +0 -16 src/sys/ia64/ia64/pmap.c