svn commit: r261564 - head/sys/arm/arm

Adrian Chadd adrian at freebsd.org
Fri Feb 7 07:57:51 UTC 2014


On 6 February 2014 19:41, John-Mark Gurney <jmg at funkthat.com> 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


More information about the svn-src-head mailing list