From owner-svn-src-head@FreeBSD.ORG Thu Jul 29 05:26:37 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 433C01065673; Thu, 29 Jul 2010 05:26:37 +0000 (UTC) (envelope-from juli@clockworksquid.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 688F58FC1C; Thu, 29 Jul 2010 05:26:36 +0000 (UTC) Received: by gwj23 with SMTP id 23so93325gwj.13 for ; Wed, 28 Jul 2010 22:26:35 -0700 (PDT) Received: by 10.100.4.5 with SMTP id 5mr12967145and.160.1280381195285; Wed, 28 Jul 2010 22:26:35 -0700 (PDT) MIME-Version: 1.0 Sender: juli@clockworksquid.com Received: by 10.42.4.66 with HTTP; Wed, 28 Jul 2010 22:26:15 -0700 (PDT) In-Reply-To: <201007290514.o6T5ExV4040366@svn.freebsd.org> References: <201007290514.o6T5ExV4040366@svn.freebsd.org> From: Juli Mallett Date: Wed, 28 Jul 2010 22:26:15 -0700 X-Google-Sender-Auth: xsimv7FxrrCNdiS3GjFoAmIpuhc Message-ID: To: Neel Natu Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r210596 - head/sys/mips/mips X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jul 2010 05:26:37 -0000 On Wed, Jul 28, 2010 at 22:14, Neel Natu wrote: > Log: > =A0Fix build for o32 kernels. > > =A0The emulation of 'ld' and 'sd' instructions only works for ABIs that s= upport > =A064-bit registers and the instructions 'ldl' and 'ldr' that operate on = those > =A0registers. Thanks, Neel!