From owner-cvs-src@FreeBSD.ORG Fri Apr 4 02:09:46 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 A4E1137B401; Fri, 4 Apr 2003 02:09:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69A0343FBF; Fri, 4 Apr 2003 02:09:45 -0800 (PST) (envelope-from jake@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 h34A9j0U079363; Fri, 4 Apr 2003 02:09:45 -0800 (PST) (envelope-from jake@repoman.freebsd.org) Received: (from jake@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h34A9jOl079362; Fri, 4 Apr 2003 02:09:45 -0800 (PST) Message-Id: <200304041009.h34A9jOl079362@repoman.freebsd.org> From: Jake Burkholder Date: Fri, 4 Apr 2003 02:09:45 -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/include pmap.h 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: Fri, 04 Apr 2003 10:09:47 -0000 jake 2003/04/04 02:09:45 PST FreeBSD src repository Modified files: sys/i386/include pmap.h Log: Bandaid fix for previous commit while I figure out why it broke. This caused crashes early in boot on i386 UP machines. Reported by: phk Pointy hat to: jake Revision Changes Path 1.96 +2 -2 src/sys/i386/include/pmap.h