projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1b364f
)
target/s390x: drop BE_BIT()
author
David Hildenbrand
<david@redhat.com>
Thu, 20 Jul 2017 12:37:17 +0000
(14:37 +0200)
committer
Cornelia Huck
<cohuck@redhat.com>
Tue, 25 Jul 2017 07:17:42 +0000
(09:17 +0200)
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>
target/s390x/cpu_features.h
patch
|
blob
|
history
diff --git
a/target/s390x/cpu_features.h
b/target/s390x/cpu_features.h
index 14bc311dbe33d1a0e4cdcb926bb5018b002d09a7..770435e0cc204253e41c43d74f8b32457715fc0a 100644
(file)
--- 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 */