am 6bec3484: Merge "Remove __ARM_HAVE_LDREXD."

* commit '6bec3484ee1e90662c8c5e52c71fcdc430a7b619':
  Remove __ARM_HAVE_LDREXD.
This commit is contained in:
Elliott Hughes 2014-12-03 02:37:34 +00:00 committed by Android Git Automerger
commit 81b5f9f42f

View File

@ -58,14 +58,6 @@
*/
#define __ARM_HAVE_HALFWORD_MULTIPLY 1
/* define __ARM_HAVE_LDREXD for ARMv7 architecture
* (also present in ARMv6K, but not implemented in ARMv7-M, neither of which
* we care about)
*/
#if __ARM_ARCH__ >= 7
# define __ARM_HAVE_LDREXD
#endif
/* define _ARM_HAVE_VFP if we have VFPv3
*/
#if __ARM_ARCH__ >= 7 && defined __VFP_FP__