From owner-freebsd-alpha@FreeBSD.ORG Fri Apr 16 17:36:02 2004 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A510516A4CE for ; Fri, 16 Apr 2004 17:36:02 -0700 (PDT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5166843D54 for ; Fri, 16 Apr 2004 17:36:02 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.12.10/8.12.10) with ESMTP id i3H0a0FC021670 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 16 Apr 2004 20:36:00 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id i3H0Zr7C064520; Fri, 16 Apr 2004 20:35:53 -0400 (EDT) (envelope-from gallatin) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16512.31721.348101.780586@grasshopper.cs.duke.edu> Date: Fri, 16 Apr 2004 20:35:53 -0400 (EDT) To: Alan Cox In-Reply-To: <16512.13043.868658.232276@grasshopper.cs.duke.edu> References: <20040411093343.GA89809@xor.obsecurity.org> <200404132236.20792.jhb@FreeBSD.org> <16509.42895.49213.222503@grasshopper.cs.duke.edu> <20040416045453.GA78366@xor.obsecurity.org> <407F68BA.6000405@imimic.com> <20040416053930.GA78940@xor.obsecurity.org> <20040416054340.GZ238@cs.rice.edu> <20040416054804.GA79165@xor.obsecurity.org> <407F775D.7020908@imimic.com> <16511.61586.123216.627307@grasshopper.cs.duke.edu> <20040416162748.GB238@cs.rice.edu> <16512.13043.868658.232276@grasshopper.cs.duke.edu> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid cc: alpha@FreeBSD.org Subject: Re: Another alpha panic X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Apr 2004 00:36:02 -0000 Andrew Gallatin writes: > > Alan Cox writes: > > > Fixing this should be mechanical in nature: Search for all uses > > of PG_UNMANAGED in amd64's or i386's and change alpha's pmap accordingly. > > Volunteer? I can review the patch but not test it. > > How does the attached patch look? I"ll try a buildworld with > it before commiting, naturally.. FWIW, the patch seems to test fine. First time I've built world on my UP1000 in 6 months.. Drew