From patchwork Wed Mar 6 22:00:05 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Walle X-Patchwork-Id: 225669 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 8B7042C029D for ; Thu, 7 Mar 2013 09:08:35 +1100 (EST) Received: from localhost ([::1]:39659 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDMQW-0007e8-AG for incoming@patchwork.ozlabs.org; Wed, 06 Mar 2013 17:03:08 -0500 Received: from eggs.gnu.org ([208.118.235.92]:54741) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDMOw-00051o-Fr for qemu-devel@nongnu.org; Wed, 06 Mar 2013 17:01:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDMOt-0004jd-Id for qemu-devel@nongnu.org; Wed, 06 Mar 2013 17:01:30 -0500 Received: from ssl.serverraum.org ([88.198.40.39]:47197) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDMOt-0004jG-Ce for qemu-devel@nongnu.org; Wed, 06 Mar 2013 17:01:27 -0500 Received: from localhost (localhost [127.0.0.1]) by ssl.serverraum.org (Postfix) with ESMTP id 852213F05C; Wed, 6 Mar 2013 23:00:45 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail.serverraum.org Received: from ssl.serverraum.org ([127.0.0.1]) by localhost (web.serverraum.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id u5DBI-CFXBhK; Wed, 6 Mar 2013 23:00:45 +0100 (CET) Received: from thanatos.fritz.box (95-89-88-22-dynip.superkabel.de [95.89.88.22]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ssl.serverraum.org (Postfix) with ESMTPSA id 309D33F00A; Wed, 6 Mar 2013 23:00:45 +0100 (CET) From: Michael Walle To: qemu-devel@nongnu.org Date: Wed, 6 Mar 2013 23:00:05 +0100 Message-Id: <1362607209-12232-9-git-send-email-michael@walle.cc> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1362607209-12232-1-git-send-email-michael@walle.cc> References: <1362607209-12232-1-git-send-email-michael@walle.cc> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 88.198.40.39 Cc: Michael Walle Subject: [Qemu-devel] [PATCH 08/12] target-lm32: remove dead code 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 Signed-off-by: Michael Walle --- target-lm32/cpu.h | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/target-lm32/cpu.h b/target-lm32/cpu.h index 6948d0e..03db008 100644 --- a/target-lm32/cpu.h +++ b/target-lm32/cpu.h @@ -232,18 +232,8 @@ static inline void cpu_set_tls(CPULM32State *env, target_ulong newtls) { } -static inline int cpu_interrupts_enabled(CPULM32State *env) -{ - return env->ie & IE_IE; -} - #include "exec/cpu-all.h" -static inline target_ulong cpu_get_pc(CPULM32State *env) -{ - return env->pc; -} - static inline void cpu_get_tb_cpu_state(CPULM32State *env, target_ulong *pc, target_ulong *cs_base, int *flags) {