From owner-cvs-all@FreeBSD.ORG Thu Oct 30 13:42:45 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 69D7816A4CF; Thu, 30 Oct 2003 13:42:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC78B43FB1; Thu, 30 Oct 2003 13:42:44 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9ULgiXJ076233; Thu, 30 Oct 2003 13:42:44 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9ULgiiY076232; Thu, 30 Oct 2003 13:42:44 -0800 (PST) (envelope-from jhb) Message-Id: <200310302142.h9ULgiiY076232@repoman.freebsd.org> From: John Baldwin Date: Thu, 30 Oct 2003 13:42:44 -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 mpboot.s 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, 30 Oct 2003 21:42:45 -0000 jhb 2003/10/30 13:42:44 PST FreeBSD src repository Modified files: sys/i386/i386 mpboot.s Log: Include "opt_pmap.h" so that the DISABLE_P* options are honored. Revision Changes Path 1.22 +2 -0 src/sys/i386/i386/mpboot.s