From owner-svn-src-head@FreeBSD.ORG Fri Feb 7 07:57:51 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ACE026FF; Fri, 7 Feb 2014 07:57:51 +0000 (UTC) Received: from mail-qc0-x22a.google.com (mail-qc0-x22a.google.com [IPv6:2607:f8b0:400d:c01::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2138E1C73; Fri, 7 Feb 2014 07:57:51 +0000 (UTC) Received: by mail-qc0-f170.google.com with SMTP id e9so5276074qcy.15 for ; Thu, 06 Feb 2014 23:57:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=QCn6Y7iDzzZHmaNJF886UQkLeIbN20AVZ/UJINu3IVU=; b=QXoPK2Au69xokiFn4lSkUwmFIMUHU77gccqXi7iMyEQOpHIJNekf4G5PB0x0SiXohU /1+821FZUCOnJ6OcNXt9qoS5qGhvOFEKUlKMgf6lye7ZaC0sKiGMH60IpKWykBUZ7S7s WrxmdKP+MeNvMbhYlBhQSPv+DnLSmEunda7NMbLT0nEyKuTy5wFVBHgBdibpIYe2EdaS T5Y64SEjeqReZ6g3SYGybGF0bA4heERanRZgHYDzXWP/1YMS56wdkAqftzVIt4ctVeZ8 pHw4Z42ZD3hIZCFI5m94oeltN2qid3iRN2ic3fafK3eOxuiiDaDidJvVdXvLarGc6PPx Rj9Q== MIME-Version: 1.0 X-Received: by 10.224.16.72 with SMTP id n8mr19730041qaa.76.1391759870253; Thu, 06 Feb 2014 23:57:50 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.52.8 with HTTP; Thu, 6 Feb 2014 23:57:50 -0800 (PST) In-Reply-To: <20140207034128.GB89104@funkthat.com> References: <201402062026.s16KQahK012426@svn.freebsd.org> <52F44CE9.8090708@freebsd.org> <20140207034128.GB89104@funkthat.com> Date: Thu, 6 Feb 2014 23:57:50 -0800 X-Google-Sender-Auth: mLHbgY3Ck84KWRMQNlL7Enb9WG8 Message-ID: Subject: Re: svn commit: r261564 - head/sys/arm/arm From: Adrian Chadd To: John-Mark Gurney Content-Type: text/plain; charset=ISO-8859-1 Cc: Andrew Turner , "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , Nathan Whitehorn X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.17 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: Fri, 07 Feb 2014 07:57:51 -0000 On 6 February 2014 19:41, John-Mark Gurney wrote: > Nathan Whitehorn wrote this message on Thu, Feb 06, 2014 at 21:03 -0600: >> On 02/06/14 14:26, Andrew Turner wrote: >> >Author: andrew >> >Date: Thu Feb 6 20:26:36 2014 >> >New Revision: 261564 >> >URL: http://svnweb.freebsd.org/changeset/base/261564 >> > >> >Log: >> > Fix __syscall on armeb EABI. As it returns a 64-bit value it needs to >> > place >> > 32-bit data in r1, not r0. 64-bit data is already packed correctly. >> >> Does this mean armeb works again? > > It's getting closer... I have a pending fix for off_t that I need to > resolve w/ bde, and then there is the wired mapping panic issue that > I've posted about to -arm... I've gotten a bit busy the last couple > weeks, so I haven't had time to work on it recently... Thanks so much for championing this! -a