From owner-freebsd-mips@FreeBSD.ORG Tue Jun 15 14:10:33 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 091CF106567C; Tue, 15 Jun 2010 14:10:33 +0000 (UTC) (envelope-from c.jayachandran@gmail.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 9739B8FC26; Tue, 15 Jun 2010 14:10:32 +0000 (UTC) Received: by vws20 with SMTP id 20so6866497vws.13 for ; Tue, 15 Jun 2010 07:10:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=YuzjiZNO1accwh/PjCzzqgSx0mtmuVnfHYuUmw6LYLg=; b=V3IDDUeWORAvAg6kPK/RegK/m3MIOcBQm5DrSqdR5pbjuihNX0uedtyZ8+fV0CDa6m oR7+ixcsX+PR4VIM4I5iPgzpR2PVYSfY0Ta+Uwwg7s1udSd3UoyT1ChluEji77RUVkom OYTN7q3tYzDtcXNA/3Dum6iWk1e6nxCcSMKWs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=kNUm9dxwzaXmdgUkPEXngrlOXmthw6VjSwfWChWEtITTYCobHkAOUw2UroWs3NLgec sJZKzJ3jq0NCXPEjZxg1WQhHvOiSAEJSvv7qAYoeLnjaSn91nr8TB7BVXr8srzUD/88o Rfd0jAyrzE7iLQRQ6nT6/dnbO0id57KUjY6as= MIME-Version: 1.0 Received: by 10.220.47.210 with SMTP id o18mr3932090vcf.97.1276611031022; Tue, 15 Jun 2010 07:10:31 -0700 (PDT) Received: by 10.220.199.136 with HTTP; Tue, 15 Jun 2010 07:10:30 -0700 (PDT) In-Reply-To: <20100615.075142.716508926086259279.imp@bsdimp.com> References: <20100615.075142.716508926086259279.imp@bsdimp.com> Date: Tue, 15 Jun 2010 19:40:30 +0530 Message-ID: From: "Jayachandran C." To: "M. Warner Losh" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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 14:10:33 -0000 On Tue, Jun 15, 2010 at 7:21 PM, M. Warner Losh wrote: > In message: > =A0 =A0 =A0 =A0 =A0 =A0"Jayachandran C." write= s: > : I have volunteered to merge Juli's 64-bit work into HEAD, =A0and > : hopefully get it to work on XLR too. The tree > : (http://svn.freebsd.org/base/user/jmallett/octeon) has quite a bit of > : changes, so I would like to do this over multiple changesets and > : without breaking the current o32 code. > : > : The first batch of changes are attached (also at > : http://people.freebsd.org/~jchandra/jmallett-merge/), the patches are: > : > : libc-asm.patch - change libc assembly code to use macros which work on = o32/n64 > : libc-other.patch - makecontext implemenation, and other cleanup > : ld.so.patch - change dynamic loader assembly code to use macros > : tlb-to-c.patch - move TLB operations to C, update TLB operations API > : > : I've tested this on XLR, but there is a chance that this might break > : other platforms. So please let me know your comments on both the > : patches and the merge process. > > I've reviewed these changes with Juli as she was committing them to > her branch. =A0I think they are good to go. Then, would you want to do it this way, or one big merge from Juli's branch would be okay? JC.