From patchwork Thu Feb 18 20:25:22 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Bonzini X-Patchwork-Id: 45807 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id C6243B7D8E for ; Fri, 19 Feb 2010 07:41:05 +1100 (EST) Received: from localhost ([127.0.0.1]:45675 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NiCyc-0001Iq-RN for incoming@patchwork.ozlabs.org; Thu, 18 Feb 2010 15:27:58 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NiCwJ-0000Xr-0V for qemu-devel@nongnu.org; Thu, 18 Feb 2010 15:25:35 -0500 Received: from [199.232.76.173] (port=50418 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NiCwI-0000XR-LE for qemu-devel@nongnu.org; Thu, 18 Feb 2010 15:25:34 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NiCwG-0001LL-4p for qemu-devel@nongnu.org; Thu, 18 Feb 2010 15:25:34 -0500 Received: from gv-out-0910.google.com ([216.239.58.189]:63461) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NiCwF-0001LD-SB for qemu-devel@nongnu.org; Thu, 18 Feb 2010 15:25:32 -0500 Received: by gv-out-0910.google.com with SMTP id c6so315497gvd.36 for ; Thu, 18 Feb 2010 12:25:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:to:cc:subject :date:message-id:x-mailer:in-reply-to:references; bh=riw7JEtWDnPPACFt2aKhkg7nM+rIqAmbnMScaD+TVDs=; b=w8+g9PNUlvYHp7baRRnUmxfMQMa8yQmihir77HP9uQhCWQQgT2HHi66aRlz4z7u+SP cSZdXgXtsHcWbTsWJAi6AmVyrDZwyyvE4IzScONuErf1eJupzwVt5sFzoZM5RPmejhtk eApkSWjp0g4YtxPM0Y41wdK4fVIGCShuQ5K4s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; b=nx3zRZwzMCzwc7MuuPBpNgx3xWAn2HzcinJ+GXawjNxt9dAVyTPNUP4EChY0ittAvd sewlnHB3V5H3PKP5958i23ohYluyqgfhyYdJ0anb71VflTbi+FblD9HDybzhq3WpR7T1 MC6ApSwGeb5UFO1eJK6vBPOMCSfM+XhtT+RGI= Received: by 10.87.1.2 with SMTP id d2mr325675fgi.75.1266524730805; Thu, 18 Feb 2010 12:25:30 -0800 (PST) Received: from localhost.localdomain ([85.93.118.17]) by mx.google.com with ESMTPS id d6sm11969035fga.29.2010.02.18.12.25.27 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 18 Feb 2010 12:25:27 -0800 (PST) From: Paolo Bonzini To: qemu-devel@nongnu.org Date: Thu, 18 Feb 2010 21:25:22 +0100 Message-Id: <1266524723-21572-1-git-send-email-pbonzini@redhat.com> X-Mailer: git-send-email 1.6.6 In-Reply-To: References: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Cc: blauwirbel@gmail.com Subject: [Qemu-devel] [PATCH v2 1/2] remove dead m68k definitions X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Signed-off-by: Paolo Bonzini --- target-m68k/exec.h | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/target-m68k/exec.h b/target-m68k/exec.h index 1267bb6..ece9aa0 100644 --- a/target-m68k/exec.h +++ b/target-m68k/exec.h @@ -20,10 +20,6 @@ #include "dyngen-exec.h" register struct CPUM68KState *env asm(AREG0); -/* This is only used for tb lookup. */ -register uint32_t T0 asm(AREG1); -/* ??? We don't use T1, but common code expects it to exist */ -#define T1 env->t1 #include "cpu.h" #include "exec-all.h"