On 04/14/2017 03:08 PM, Romain Naour wrote:
> armv5tej are not detected in 
> lib/cobalt/arch/arm/include/asm/xenomai/features.h
> 
> Apply the same patch from xenomai-2.6:
> https://git.xenomai.org/xenomai-2.6.git/commit/?id=ebc2779baa222db4a5936c3d3022803355585b8c
> 
> Signed-off-by: Romain Naour <[email protected]>
> ---
>  lib/cobalt/arch/arm/include/asm/xenomai/features.h | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/lib/cobalt/arch/arm/include/asm/xenomai/features.h 
> b/lib/cobalt/arch/arm/include/asm/xenomai/features.h
> index 10bd0c7..e84b809 100644
> --- a/lib/cobalt/arch/arm/include/asm/xenomai/features.h
> +++ b/lib/cobalt/arch/arm/include/asm/xenomai/features.h
> @@ -34,7 +34,8 @@
>  #endif /* armv4 */
>  
>  #if defined(__ARM_ARCH_5__) || defined(__ARM_ARCH_5T__) \
> -     || defined(__ARM_ARCH_5E__) || defined(__ARM_ARCH_5TE__)
> +     || defined(__ARM_ARCH_5E__) || defined(__ARM_ARCH_5TE__) \
> +     || defined(__ARM_ARCH_5TEJ__)
>  #define __LINUX_ARM_ARCH__ 5
>  #endif /* armv5 */
>  
> 

Merged, thanks.

-- 
Philippe.

_______________________________________________
Xenomai mailing list
[email protected]
https://xenomai.org/mailman/listinfo/xenomai

Reply via email to