[RFC PATCH v5 0/2] ARM: VFP: Save / restore VFP state on the signal handler path

Jamie Lokier jamie at shareable.org
Mon Apr 12 18:04:40 EDT 2010


imre.deak at nokia.com wrote:
> From: Imre Deak <imre.deak at nokia.com>
> 
> Changes since v4:
> - Do not add the packed attribute to user_vfp or user_vfp_exc.
>   I added packed to these structs to prevent the extra padding in
>   vfp_sigframe. But actually the padding is in accordance with the
>   ARM ABI.

EABI, OABI or both?

In general it's a really good idea, if you know there will be padding,
to insert dummy fields where the padding goes so that it doesn't make
any difference what compiler, ABI and settings are used.

-- Jamie



More information about the linux-arm-kernel mailing list