From patchwork Wed May 4 12:09:40 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Graf X-Patchwork-Id: 94019 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 2E2991007FD for ; Wed, 4 May 2011 22:12:06 +1000 (EST) Received: from localhost ([::1]:39177 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHavz-00009I-4P for incoming@patchwork.ozlabs.org; Wed, 04 May 2011 08:12:03 -0400 Received: from eggs.gnu.org ([140.186.70.92]:41765) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHato-0005Ng-Sb for qemu-devel@nongnu.org; Wed, 04 May 2011 08:09:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QHatm-00087F-Ds for qemu-devel@nongnu.org; Wed, 04 May 2011 08:09:48 -0400 Received: from cantor2.suse.de ([195.135.220.15]:46124 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHatm-00086S-3o for qemu-devel@nongnu.org; Wed, 04 May 2011 08:09:46 -0400 Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.221.2]) by mx2.suse.de (Postfix) with ESMTP id 1BA0089471; Wed, 4 May 2011 14:09:43 +0200 (CEST) From: Alexander Graf To: QEMU-devel Developers Date: Wed, 4 May 2011 14:09:40 +0200 Message-Id: <1304510982-30810-12-git-send-email-agraf@suse.de> X-Mailer: git-send-email 1.7.3.4 In-Reply-To: <1304510982-30810-1-git-send-email-agraf@suse.de> References: <1304510982-30810-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, jan.kiszka@siemens.com, Aurelien Jarno , Richard Henderson Subject: [Qemu-devel] [PATCH 11/13] 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 125b939..4e5c391 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;