From owner-cvs-all Wed Jul 17 15:46:47 2002 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 1063B37B400; Wed, 17 Jul 2002 15:46:42 -0700 (PDT) Received: from angelica.unixdaemons.com (angelica.unixdaemons.com [209.148.64.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F24B43E31; Wed, 17 Jul 2002 15:46:41 -0700 (PDT) (envelope-from bmilekic@angelica.unixdaemons.com) Received: from angelica.unixdaemons.com (bmilekic@localhost.unixdaemons.com [127.0.0.1]) by angelica.unixdaemons.com (8.12.5/8.12.1) with ESMTP id g6HMkR6M016564; Wed, 17 Jul 2002 18:46:27 -0400 (EDT) X-Authentication-Warning: angelica.unixdaemons.com: Host bmilekic@localhost.unixdaemons.com [127.0.0.1] claimed to be angelica.unixdaemons.com Received: (from bmilekic@localhost) by angelica.unixdaemons.com (8.12.5/8.12.1/Submit) id g6HMkRGk016562; Wed, 17 Jul 2002 18:46:27 -0400 (EDT) (envelope-from bmilekic) Date: Wed, 17 Jul 2002 18:46:27 -0400 From: Bosko Milekic To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 pmap.c Message-ID: <20020717184627.A14673@unixdaemons.com> References: <200207172147.g6HLl50M071655@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200207172147.g6HLl50M071655@freefall.freebsd.org>; from peter@FreeBSD.org on Wed, Jul 17, 2002 at 02:47:05PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Jul 17, 2002 at 02:47:05PM -0700, Peter Wemm wrote: > peter 2002/07/17 14:47:05 PDT > > Modified files: > sys/i386/i386 pmap.c > Log: > Avoid trying to set PG_G on the first 4MB when we set up the 4MB page. > This solves the SMP panic for at least one system. I'd still like to know > why my xeon works though. Does this mean if the kernel is found in the first 4MB page, PG_G will not be set there? In any case, I'm happy to report that with this fix, we got my dual PII to boot again. Thanks Peter. > Tested by: bmilekic > > Revision Changes Path > 1.345 +6 -0 src/sys/i386/i386/pmap.c -- Bosko Milekic bmilekic@unixdaemons.com bmilekic@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message