From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43321) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dYAhv-0006WR-8m for qemu-devel@nongnu.org; Thu, 20 Jul 2017 08:37:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dYAht-0004QC-4H for qemu-devel@nongnu.org; Thu, 20 Jul 2017 08:37:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58408) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dYAhs-0004Po-UT for qemu-devel@nongnu.org; Thu, 20 Jul 2017 08:37:29 -0400 From: David Hildenbrand Date: Thu, 20 Jul 2017 14:37:17 +0200 Message-Id: <20170720123721.12366-2-david@redhat.com> In-Reply-To: <20170720123721.12366-1-david@redhat.com> References: <20170720123721.12366-1-david@redhat.com> Subject: [Qemu-devel] [PATCH v2 1/5] target/s390x: drop BE_BIT() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: rth@twiddle.net, thuth@redhat.com, cohuck@redhat.com, jjherne@linux.vnet.ibm.com, david@redhat.com, borntraeger@de.ibm.com Unused and broken, let's just get rid of it. Acked-by: Christian Borntraeger Signed-off-by: David Hildenbrand --- target/s390x/cpu_features.h | 1 - 1 file changed, 1 deletion(-) diff --git a/target/s390x/cpu_features.h b/target/s390x/cpu_features.h index 14bc311..770435e 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 */ -- 2.9.4