summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralkondratenko@gmail.com <alkondratenko@gmail.com@6b5cf1ce-ec42-a296-1ba9-69fdba395a50>2013-04-01 05:32:22 +0000
committeralkondratenko@gmail.com <alkondratenko@gmail.com@6b5cf1ce-ec42-a296-1ba9-69fdba395a50>2013-04-01 05:32:22 +0000
commit99fe9944de32046fd954399e60415fba7d03eeb0 (patch)
tree807dc5cbf104b51d23c7ced11decf90997fc903e
parent6354e2c8cdaaaeffdfe7d5b347b125394e2d55fa (diff)
downloadgperftools-99fe9944de32046fd954399e60415fba7d03eeb0.tar.gz
issue-510: remove duplicate arm #elif
git-svn-id: http://gperftools.googlecode.com/svn/trunk@209 6b5cf1ce-ec42-a296-1ba9-69fdba395a50
-rw-r--r--src/base/basictypes.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/base/basictypes.h b/src/base/basictypes.h
index 8b0518b..dbb5162 100644
--- a/src/base/basictypes.h
+++ b/src/base/basictypes.h
@@ -334,8 +334,6 @@ class AssignAttributeStartEnd {
#if defined(HAVE___ATTRIBUTE__)
# if (defined(__i386__) || defined(__x86_64__))
# define CACHELINE_ALIGNED __attribute__((aligned(64)))
-# elif defined(__arm__)
-# define CACHELINE_ALIGNED __attribute__((aligned(32)))
# elif (defined(__PPC__) || defined(__PPC64__))
# define CACHELINE_ALIGNED __attribute__((aligned(16)))
# elif (defined(__arm__))