From owner-freebsd-mips@FreeBSD.ORG Mon Jun 21 22:52:07 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 A7CEF106566C; Mon, 21 Jun 2010 22:52:07 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 508AF8FC1D; Mon, 21 Jun 2010 22:52:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o5LMen5M038181; Mon, 21 Jun 2010 16:40:49 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 21 Jun 2010 16:40:56 -0600 (MDT) Message-Id: <20100621.164056.10150326092187581.imp@bsdimp.com> To: c.jayachandran@gmail.com From: "M. Warner Losh" In-Reply-To: References: X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-mips@freebsd.org Subject: Re: Merging 64 bit changes to -HEAD - part 3 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: Mon, 21 Jun 2010 22:52:07 -0000 The changes to asm.h change the ABI for all ABIs, no? Does that matter? The jumpbuf is a user-visible thing... I'm guessing that we can say it is OK, but it sure would be nice if we could MFC this change before 8.1-RELEASE (but given the locked-down nature of the tree, I'm not hopeful). The other changes I think are good... Warner