From owner-freebsd-mips@FreeBSD.ORG Tue Jun 15 21:26:17 2010 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6313A1065670 for ; Tue, 15 Jun 2010 21:26:17 +0000 (UTC) (envelope-from juli@clockworksquid.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 210B28FC0C for ; Tue, 15 Jun 2010 21:26:16 +0000 (UTC) Received: by vws20 with SMTP id 20so7434037vws.13 for ; Tue, 15 Jun 2010 14:26:16 -0700 (PDT) Received: by 10.220.63.7 with SMTP id z7mr4324026vch.106.1276637176143; Tue, 15 Jun 2010 14:26:16 -0700 (PDT) MIME-Version: 1.0 Sender: juli@clockworksquid.com Received: by 10.220.191.67 with HTTP; Tue, 15 Jun 2010 14:25:56 -0700 (PDT) In-Reply-To: <3F1E3AAE-72B4-4323-9AC3-147066AF50E6@lakerest.net> References: <20100615.075142.716508926086259279.imp@bsdimp.com> <3F1E3AAE-72B4-4323-9AC3-147066AF50E6@lakerest.net> From: Juli Mallett Date: Tue, 15 Jun 2010 14:25:56 -0700 X-Google-Sender-Auth: yJkhseOZi-dOc4-4nxXKJjIQCH4 Message-ID: To: Randall Stewart Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-mips@freebsd.org Subject: Re: Merging 64 bit changes to -HEAD X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2010 21:26:17 -0000 On Tue, Jun 15, 2010 at 07:02, Randall Stewart wrote: > Do we want to make sure that the changes > work on a couple of other platforms (sibyte etc)? I've used the original source of these changes extensively on an SMP SiByte system and Octeon. I think as long as we continue to do commits in small chunks, that level of testing is probably alright, since it's not so hard to binary search (and I'm willing to binary search on any hardware I have or can easily get.) Thanks, Juli.