On Mon, Dec 10, 2012 at 01:35:29AM +0000, Matt Thomas wrote:
> Module Name: src
> Committed By: matt
> Date: Mon Dec 10 01:35:28 UTC 2012
>
> Modified Files:
> src/sys/arch/arm/vfp: vfp_init.c
>
> Log Message:
> move inlines into FPU_VFP
If those functions are single 'asm volatile' statements, you might
want to use the __attribute__((always_inline)).
I've seen (older) gcc fail to inline some one line functions
unless they are marked that way.
Also worth checking they need to be volatile.
If they only change memory/registers that isn't ususally true.
David
--
David Laight: [email protected]