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:
parent
9e5838043e
commit
c1f270eb42
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user