From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40441) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgwXX-00072T-BT for qemu-devel@nongnu.org; Fri, 07 Dec 2012 06:56:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TgwXU-0006Tq-EU for qemu-devel@nongnu.org; Fri, 07 Dec 2012 06:56:23 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38111) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgwH9-0002Kz-MN for qemu-devel@nongnu.org; Fri, 07 Dec 2012 06:39:27 -0500 From: Stefan Hajnoczi Date: Fri, 7 Dec 2012 12:39:05 +0100 Message-Id: <1354880352-9597-7-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> Subject: [Qemu-devel] [PATCH 06/13] target-alpha: Remove t0, t1 from CPUAlphaState List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , Stefan Hajnoczi , Richard Henderson From: Richard Henderson These fields are no longer (or were never?) used. Signed-off-by: Richard Henderson Signed-off-by: Stefan Hajnoczi --- target-alpha/cpu.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/target-alpha/cpu.h b/target-alpha/cpu.h index 34221fb..9939d61 100644 --- a/target-alpha/cpu.h +++ b/target-alpha/cpu.h @@ -280,13 +280,6 @@ struct CPUAlphaState { struct QEMUTimer *alarm_timer; uint64_t alarm_expire; -#if TARGET_LONG_BITS > HOST_LONG_BITS - /* temporary fixed-point registers - * used to emulate 64 bits target on 32 bits hosts - */ - target_ulong t0, t1; -#endif - /* Those resources are used only in QEMU core */ CPU_COMMON -- 1.8.0.1