From patchwork Fri Apr 15 15:32:57 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Graf X-Patchwork-Id: 91396 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id D9DEFB6F70 for ; Sat, 16 Apr 2011 01:33:42 +1000 (EST) Received: from localhost ([::1]:36167 helo=lists2.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAl1e-0001OC-EX for incoming@patchwork.ozlabs.org; Fri, 15 Apr 2011 11:33:38 -0400 Received: from eggs.gnu.org ([140.186.70.92]:57893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAl18-0001Np-IG for qemu-devel@nongnu.org; Fri, 15 Apr 2011 11:33:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QAl14-0003qn-93 for qemu-devel@nongnu.org; Fri, 15 Apr 2011 11:33:06 -0400 Received: from cantor2.suse.de ([195.135.220.15]:36420 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAl14-0003py-11 for qemu-devel@nongnu.org; Fri, 15 Apr 2011 11:33:02 -0400 Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.221.2]) by mx2.suse.de (Postfix) with ESMTP id 308CA89471; Fri, 15 Apr 2011 17:33:00 +0200 (CEST) From: Alexander Graf To: QEMU-devel Developers Date: Fri, 15 Apr 2011 17:32:57 +0200 Message-Id: <1302881578-5357-17-git-send-email-agraf@suse.de> X-Mailer: git-send-email 1.7.3.4 In-Reply-To: <1302881578-5357-1-git-send-email-agraf@suse.de> References: <1302881578-5357-1-git-send-email-agraf@suse.de> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 195.135.220.15 Cc: peter.maydell@linaro.org, Aurelien Jarno , Richard Henderson Subject: [Qemu-devel] [PATCH 16/17] s390x: remove compatibility cc field X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Remove the now unused cc field that was only required to not break bisectability. Signed-off-by: Alexander Graf --- target-s390x/cpu.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/target-s390x/cpu.h b/target-s390x/cpu.h index 6ba303d..3e7dbde 100644 --- a/target-s390x/cpu.h +++ b/target-s390x/cpu.h @@ -67,7 +67,6 @@ typedef struct CPUS390XState { PSW psw; - uint32_t cc; uint32_t cc_op; uint64_t cc_src; uint64_t cc_dst;