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 Turner 2017-02-03 11:47:57 +00:00
parent aa7dd0fb0e
commit c1a2c9314f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=313145

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