From owner-freebsd-sparc64@FreeBSD.ORG Mon Apr 4 20:25:52 2005 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A763E16A4CE; Mon, 4 Apr 2005 20:25:52 +0000 (GMT) Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 557A643D46; Mon, 4 Apr 2005 20:25:52 +0000 (GMT) (envelope-from alc@cs.rice.edu) Received: from localhost (calypso.cs.rice.edu [128.42.1.127]) by cs.rice.edu (Postfix) with ESMTP id 838624A9A2; Mon, 4 Apr 2005 15:25:51 -0500 (CDT) Received: from cs.rice.edu ([128.42.1.30]) by localhost (calypso.cs.rice.edu [128.42.1.127]) (amavisd-new, port 10024) with LMTP id 11530-01-18; Mon, 4 Apr 2005 15:25:51 -0500 (CDT) Received: by cs.rice.edu (Postfix, from userid 19572) id 11D914A99E; Mon, 4 Apr 2005 15:25:51 -0500 (CDT) Date: Mon, 4 Apr 2005 15:25:50 -0500 From: Alan Cox To: John Baldwin Message-ID: <20050404202550.GO7420@cs.rice.edu> References: <200504041446.57781.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200504041446.57781.jhb@FreeBSD.org> User-Agent: Mutt/1.4.2i X-Virus-Scanned: by amavis-2.2.1 at cs.rice.edu cc: alc@FreeBSD.org cc: sparc64@FreeBSD.org Subject: Re: Turning mpsafevm on by default on sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Apr 2005 20:25:52 -0000 On Mon, Apr 04, 2005 at 02:46:57PM -0400, John Baldwin wrote: > Any objection to throwing the switch to turn mpsafevm on by default on > sparc64? So far my only problems on my ultra60 seem to be that the time > counter stops ticking for some reason that I've yet to determine, but that > there don't seem to be any vm-related issues anymore. I have no objection. Go ahead. (I was planning to do so myself after 5.4-RELEASE.) Alan