From owner-cvs-src@FreeBSD.ORG Thu Dec 18 14:55:28 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 8B9FC16A4CE; Thu, 18 Dec 2003 14:55:28 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A4BB43D49; Thu, 18 Dec 2003 14:55:27 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id hBIMtPEJ004693; Thu, 18 Dec 2003 15:55:25 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 18 Dec 2003 15:54:55 -0700 (MST) Message-Id: <20031218.155455.76864821.imp@bsdimp.com> To: jhb@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200312182115.hBILFI7m069868@repoman.freebsd.org> References: <200312182115.hBILFI7m069868@repoman.freebsd.org> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: 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: Thu, 18 Dec 2003 22:55:28 -0000 In message: <200312182115.hBILFI7m069868@repoman.freebsd.org> John Baldwin writes: : and replace them with a simple if test to turn on PG_RW. i386 != vax. All the world is a VAX, don't you know :-) Warner