svn commit: r292659 - head/sys/arm64/include

Andrew Turner andrew at fubar.geek.nz
Wed Dec 23 15:24:27 UTC 2015


On Wed, 23 Dec 2015 15:22:44 +0000 (UTC)
Andrew Turner <andrew at FreeBSD.org> wrote:
> Author: andrew
> Date: Wed Dec 23 15:22:44 2015
> New Revision: 292659
> URL: https://svnweb.freebsd.org/changeset/base/292659
> 
> Log:
>   Increase the size and alignment of the setjmp buffer. This will
> allow for possible future CPU extentions with larger registers.
>   
>   jmp_buf's size and alignment are baked into the ABI of third party
> libraries and thus are very hard to change later so it is best to
> waste a small amount of space now.
>   
>   Reviewed by:	brooks

This should be "Submitted by: brooks".

Andrew


More information about the svn-src-all mailing list