From nobody Fri Nov 7 09:09:02 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1537202028615504.09551336996014; Mon, 17 Sep 2018 09:33:48 -0700 (PDT) Received: from localhost ([::1]:36440 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g1wT5-0007p9-3l for importer@patchew.org; Mon, 17 Sep 2018 12:33:47 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40791) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g1wQd-0006F4-NN for qemu-devel@nongnu.org; Mon, 17 Sep 2018 12:31:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g1wQZ-0001ne-7g for qemu-devel@nongnu.org; Mon, 17 Sep 2018 12:31:15 -0400 Received: from wout2-smtp.messagingengine.com ([64.147.123.25]:56109) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g1wQY-0001cq-Tr for qemu-devel@nongnu.org; Mon, 17 Sep 2018 12:31:11 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.west.internal (Postfix) with ESMTP id D1D2B502; Mon, 17 Sep 2018 12:31:05 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Mon, 17 Sep 2018 12:31:06 -0400 Received: from localhost (flamenco.cs.columbia.edu [128.59.20.216]) by mail.messagingengine.com (Postfix) with ESMTPA id 144F8E4A3C; Mon, 17 Sep 2018 12:31:05 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=braap.org; h=cc :date:from:in-reply-to:message-id:references:subject:to :x-me-sender:x-me-sender:x-sasl-enc; s=mesmtp; bh=AJgd5Go66ZLYsG k8Ak66EUP/IuHxGLlMJ6pvA4HdhH4=; b=LO2tYLA1WX3VKYw0PBw3oteJR1ru8d d/5J6zEY0SS1ryN7WlklP7iVigJ8EE0wXlCP585Ndtn3htmKIvw3nE1+ih8JovDW k0Yr6XEC7hKCAC8hUvn6UNybnMie4DyAuidgKlyJ3t1IEiq/9gbqYyixuGUX9O7F N9evDYI3WQaV4= 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-sender:x-me-sender:x-sasl-enc; s= fm3; bh=AJgd5Go66ZLYsGk8Ak66EUP/IuHxGLlMJ6pvA4HdhH4=; b=rJV1GcFq xnGq6h0IsxVslLeaFda97Ya6Gg1708KRvrKlcMN5IUjbmNTAAwHXMdhh903a9606 OMRo6YfsLoJozvUsOCWXuM1LXwZaigppeCKfx9YucRiVhVxmsLeMoZhQyMChfA0+ 4n6qXC5AQi1QKkcRY2ZM1QGUDpfgKx67/g7kG8ewyReRmb6pzUOjPzhzfvEk5lN7 V7lvClZJcKXTPXRPNs/sFGd8wAFVSkHo5oWNK6DWW17EtKRe8GmrsNj/jf7BCenj Rwxwwwv8YRAGWAAaCNgcRuQyy7Vf0TkEkZ5vZpDps0LLU6HItPdTVGII4Ysz8VHB kcc8BaE7wB4h9g== X-ME-Proxy: X-ME-Sender: From: "Emilio G. Cota" To: qemu-devel@nongnu.org Date: Mon, 17 Sep 2018 12:30:31 -0400 Message-Id: <20180917163103.6113-4-cota@braap.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180917163103.6113-1-cota@braap.org> References: <20180917163103.6113-1-cota@braap.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 64.147.123.25 Subject: [Qemu-devel] [PATCH 03/35] target/openrisc: use cpu_reset_interrupt 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 , Stafford Horne Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" From: Paolo Bonzini It will be changed to an atomic operation soon. Cc: Stafford Horne Signed-off-by: Paolo Bonzini Signed-off-by: Emilio G. Cota Reviewed-by: Philippe Mathieu-Daud=C3=A9 --- target/openrisc/sys_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/openrisc/sys_helper.c b/target/openrisc/sys_helper.c index b66a45c1e0..235334704d 100644 --- a/target/openrisc/sys_helper.c +++ b/target/openrisc/sys_helper.c @@ -170,7 +170,7 @@ void HELPER(mtspr)(CPUOpenRISCState *env, target_ulong = spr, target_ulong rb) env->ttmr =3D (rb & ~TTMR_IP) | ip; } else { /* Clear IP bit. */ env->ttmr =3D rb & ~TTMR_IP; - cs->interrupt_request &=3D ~CPU_INTERRUPT_TIMER; + cpu_reset_interrupt(cs, CPU_INTERRUPT_TIMER); } =20 cpu_openrisc_timer_update(cpu); --=20 2.17.1