]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/platform-bionic.git/commitdiff
Remove __ARM_HAVE_LDREXD.
authorElliott Hughes <enh@google.com>
Wed, 3 Dec 2014 00:52:46 +0000 (16:52 -0800)
committerElliott Hughes <enh@google.com>
Wed, 3 Dec 2014 00:57:07 +0000 (00:57 +0000)
No one uses this.

Bug: 18556103
Change-Id: Icecc3a7b5cb0a36960f27d030d8f4f8ee471f86c

libc/arch-arm/include/machine/cpu-features.h

index fc5a8fd140c5cd28404bf504e54b02f1dbc5d3e5..0725c747665352623dcb7a4bc44e47a81fdb8ab7 100644 (file)
  */
 #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__