From c1a2c9314f67dfcfdaa96d7b2eba81e1061da51f Mon Sep 17 00:00:00 2001 From: Andrew Turner Date: Fri, 3 Feb 2017 11:47:57 +0000 Subject: Remove an old use of _ARM_ARCH_6, we are moving to using the standard __ARM_ARCH >= 6 spelling. Sponsored by: ABT Systems Ltd --- sys/arm/include/asmacros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/arm/include/asmacros.h') diff --git a/sys/arm/include/asmacros.h b/sys/arm/include/asmacros.h index d7f804fa26de..38d739f9dae3 100644 --- a/sys/arm/include/asmacros.h +++ b/sys/arm/include/asmacros.h @@ -35,7 +35,7 @@ #ifdef LOCORE -#ifdef _ARM_ARCH_6 +#if __ARM_ARCH >= 6 #define GET_CURTHREAD_PTR(tmp) \ mrc p15, 0, tmp, c13, c0, 4 #else -- cgit v1.2.3