From owner-cvs-all@FreeBSD.ORG Thu Dec 18 13:15:19 2003 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 68BFC16A4CE; Thu, 18 Dec 2003 13:15:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B376843D49; Thu, 18 Dec 2003 13:15:18 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBILFI0B069869; Thu, 18 Dec 2003 13:15:18 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBILFI7m069868; Thu, 18 Dec 2003 13:15:18 -0800 (PST) (envelope-from jhb) Message-Id: <200312182115.hBILFI7m069868@repoman.freebsd.org> From: John Baldwin Date: Thu, 18 Dec 2003 13:15:18 -0800 (PST) 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-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: Thu, 18 Dec 2003 21:15:19 -0000 jhb 2003/12/18 13:15:18 PST FreeBSD src repository Modified files: sys/i386/i386 pmap.c Log: MFamd64: Remove i386_protection_init() and the protection_codes[] array and replace them with a simple if test to turn on PG_RW. i386 != vax. Revision Changes Path 1.456 +3 -43 src/sys/i386/i386/pmap.c