From patchwork Thu Oct 25 14:46:24 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Emilio Cota X-Patchwork-Id: 10656005 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id CC0B714BB for ; Thu, 25 Oct 2018 15:20:41 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BB3DA2BD35 for ; Thu, 25 Oct 2018 15:20:41 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B956D2BD26; Thu, 25 Oct 2018 15:20:41 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 544F02BD3D for ; Thu, 25 Oct 2018 15:20:41 +0000 (UTC) Received: from localhost ([::1]:55124 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gFhRA-00008o-9U for patchwork-qemu-devel@patchwork.kernel.org; Thu, 25 Oct 2018 11:20:40 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60234) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gFh5K-00045Y-TL for qemu-devel@nongnu.org; Thu, 25 Oct 2018 10:58:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gFgvL-0008JB-AK for qemu-devel@nongnu.org; Thu, 25 Oct 2018 10:47:48 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:47709) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gFgvL-00087W-2S for qemu-devel@nongnu.org; Thu, 25 Oct 2018 10:47:47 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 3B8662213E; Thu, 25 Oct 2018 10:46:58 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Thu, 25 Oct 2018 10:46:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=braap.org; h= from:to:cc:subject:date:message-id:in-reply-to:references; s= mesmtp; bh=n2D57pAck+IB9Cu02kPyqlphcMhkxmN6nDYdCUhxVq4=; b=EN1J6 MUouPv+3vRz98di7F+xPgUqDZBB8sDtPuJOPgnimcLifZ5qgQrujc3S+YJ/OY1iE zVV4uv24WGz6Nh1X2qBTz5//RvNLzLBMxNGnso36QXwWuGNqbdnP+3tUdNbjKq3x Ctilq1Dwb7Voq3eXpgcJ3J9mVSRz3kWSN1FLDY= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:in-reply-to:message-id :references:subject:to:x-me-proxy:x-me-proxy:x-me-sender :x-me-sender:x-sasl-enc; s=fm1; bh=n2D57pAck+IB9Cu02kPyqlphcMhkx mN6nDYdCUhxVq4=; b=i9u2Do6VoGz6gdvnKrzL4DdRP/4PS2nqo+jL8o00qHr72 Shp2rEFZGM1U/4IBWCxYGfHfyiU85DfuE7Kra172UlZVV6NV9Jj0lFnY/tiFxfSI dBR/BwTLFTuJHDBDkgQgWbJqqUthgJsRb21PyGFNiwyCMYhOogplusw3LnliYtpI U8bw2uGeFnkqLIPhrvKcLCAAgKuHndt06vTbYFXHiMTIn35qQCl5Qm/gWd03S3Y1 8LolZmTe/jUc/zmleBj50TEeOyJqjNIuk14Ta1Hf2zSzb0dE+0QMdIjXjPnI1qIo DVc0Dy6x6dPHfpq/S1yRCur+N5tKL29Eb0Tayjv+w== X-ME-Sender: X-ME-Proxy: Received: from localhost (flamenco.cs.columbia.edu [128.59.20.216]) by mail.messagingengine.com (Postfix) with ESMTPA id BC2F5E44D4; Thu, 25 Oct 2018 10:46:57 -0400 (EDT) From: "Emilio G. Cota" To: qemu-devel@nongnu.org Date: Thu, 25 Oct 2018 10:46:24 -0400 Message-Id: <20181025144644.15464-51-cota@braap.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20181025144644.15464-1-cota@braap.org> References: <20181025144644.15464-1-cota@braap.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 66.111.4.27 Subject: [Qemu-devel] [RFC v4 51/71] alpha: convert to cpu_interrupt_request X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Paolo Bonzini , Richard Henderson Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" X-Virus-Scanned: ClamAV using ClamSMTP Reviewed-by: Richard Henderson Signed-off-by: Emilio G. Cota Reviewed-by: Alex Bennée --- target/alpha/cpu.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/target/alpha/cpu.c b/target/alpha/cpu.c index a953897fcc..4e8965fb6c 100644 --- a/target/alpha/cpu.c +++ b/target/alpha/cpu.c @@ -42,10 +42,10 @@ static bool alpha_cpu_has_work(CPUState *cs) assume that if a CPU really wants to stay asleep, it will mask interrupts at the chipset level, which will prevent these bits from being set in the first place. */ - return cs->interrupt_request & (CPU_INTERRUPT_HARD - | CPU_INTERRUPT_TIMER - | CPU_INTERRUPT_SMP - | CPU_INTERRUPT_MCHK); + return cpu_interrupt_request(cs) & (CPU_INTERRUPT_HARD + | CPU_INTERRUPT_TIMER + | CPU_INTERRUPT_SMP + | CPU_INTERRUPT_MCHK); } static void alpha_cpu_disas_set_info(CPUState *cpu, disassemble_info *info)