From patchwork Fri Dec 7 11:39:07 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 204472 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 2D6AC2C00DA for ; Fri, 7 Dec 2012 23:21:50 +1100 (EST) Received: from localhost ([::1]:36814 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgwYH-0000Oy-V5 for incoming@patchwork.ozlabs.org; Fri, 07 Dec 2012 06:57:09 -0500 Received: from eggs.gnu.org ([208.118.235.92]:40638) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgwY9-0000Cc-Jf for qemu-devel@nongnu.org; Fri, 07 Dec 2012 06:57:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TgwY2-0006vV-BN for qemu-devel@nongnu.org; Fri, 07 Dec 2012 06:57:01 -0500 Received: from mx1.redhat.com ([209.132.183.28]:2723) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgwHD-0002LA-Ba for qemu-devel@nongnu.org; Fri, 07 Dec 2012 06:39:31 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qB7BdU3k013238 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 7 Dec 2012 06:39:30 -0500 Received: from localhost (wlan-68-98.muc.redhat.com [10.32.68.98]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id qB7BdTFV029273; Fri, 7 Dec 2012 06:39:29 -0500 From: Stefan Hajnoczi To: Date: Fri, 7 Dec 2012 12:39:07 +0100 Message-Id: <1354880352-9597-9-git-send-email-stefanha@redhat.com> In-Reply-To: <1354880352-9597-1-git-send-email-stefanha@redhat.com> References: <1354880352-9597-1-git-send-email-stefanha@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Blue Swirl , Anthony Liguori , Stefan Hajnoczi , Richard Henderson Subject: [Qemu-devel] [PATCH 08/13] target-sparc: Remove t0, t1 from CPUSPARCState 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 From: Richard Henderson These fields are no longer used. Cc: Blue Swirl Signed-off-by: Richard Henderson Signed-off-by: Stefan Hajnoczi --- target-sparc/cpu.h | 1 - 1 file changed, 1 deletion(-) diff --git a/target-sparc/cpu.h b/target-sparc/cpu.h index 042d52a..375f20a 100644 --- a/target-sparc/cpu.h +++ b/target-sparc/cpu.h @@ -392,7 +392,6 @@ struct CPUSPARCState { target_ulong cc_dst; uint32_t cc_op; - target_ulong t0, t1; /* temporaries live across basic blocks */ target_ulong cond; /* conditional branch result (XXX: save it in a temporary register when possible) */