diff options
author | David Hildenbrand <david@redhat.com> | 2017-07-20 14:37:17 +0200 |
---|---|---|
committer | Cornelia Huck <cohuck@redhat.com> | 2017-07-25 09:17:42 +0200 |
commit | f026fcd192dbb63925847fad6c301375b2df59f3 (patch) | |
tree | 398a147e95269ee37fdffb36d8652024226b5375 /target/s390x/cpu_features.h | |
parent | c1b364ffd7796ca11336d245f08054099fca7e0d (diff) |
target/s390x: drop BE_BIT()
Unused and broken, let's just get rid of it.
Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20170720123721.12366-2-david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'target/s390x/cpu_features.h')
-rw-r--r-- | target/s390x/cpu_features.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/s390x/cpu_features.h b/target/s390x/cpu_features.h index 14bc311dbe..770435e0cc 100644 --- a/target/s390x/cpu_features.h +++ b/target/s390x/cpu_features.h @@ -92,6 +92,5 @@ typedef struct { const S390FeatGroupDef *s390_feat_group_def(S390FeatGroup group); #define BE_BIT_NR(BIT) (BIT ^ (BITS_PER_LONG - 1)) -#define BE_BIT(BIT) (1ULL < BE_BIT_NR(BIT)) #endif /* TARGET_S390X_CPU_FEATURES_H */ |