Remove an old use of _ARM_ARCH_6, we are moving to using the standard

__ARM_ARCH >= 6 spelling.

Sponsored by:	ABT Systems Ltd
This commit is contained in:
andrew 2017-02-03 11:47:57 +00:00
parent 9e5838043e
commit c1f270eb42

View File

@ -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