From nobody Wed Nov 5 20:15:30 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 1537203739663145.13974813078983; Mon, 17 Sep 2018 10:02:19 -0700 (PDT) Received: from localhost ([::1]:36627 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g1wug-0006tD-7L for importer@patchew.org; Mon, 17 Sep 2018 13:02:18 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41413) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g1wRA-0006ku-BQ for qemu-devel@nongnu.org; Mon, 17 Sep 2018 12:31:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g1wR6-0002oV-78 for qemu-devel@nongnu.org; Mon, 17 Sep 2018 12:31:48 -0400 Received: from wout2-smtp.messagingengine.com ([64.147.123.25]:36133) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g1wR5-000288-LK; Mon, 17 Sep 2018 12:31:44 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.west.internal (Postfix) with ESMTP id 0AD06515; Mon, 17 Sep 2018 12:31:12 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Mon, 17 Sep 2018 12:31:13 -0400 Received: from localhost (flamenco.cs.columbia.edu [128.59.20.216]) by mail.messagingengine.com (Postfix) with ESMTPA id 4F051E49C5; Mon, 17 Sep 2018 12:31:12 -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=VBw3rs8i9Ep5By +D5iIiQkWbt8WbGdKV8YbUT9qWBLc=; b=Lz09YT7G79G6gvXe2n6Nt/39vYMJ8i B4oOVERw5fkJdiWGxTgg3sxgj2LX3/xHGHUbZX8lCFH+yUurfCUXFh35+g/f9j54 0Vhx0Y5z79mgrBT1dncLkXwLgdTjNuNW+vq/SACz4WPJOEQfZhIaWhZvibnOVike Cw9S6xKSVguOA= 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=VBw3rs8i9Ep5By+D5iIiQkWbt8WbGdKV8YbUT9qWBLc=; b=X0OMZYxP pd43AauG3+NTwfe0PUqWAuQbDrs9k3Gbl0XiAZo5ZmkY+YPA6OtTbJSwpAiC9Rq/ m9RCdFwpem3ciIf4g4mfbYSS5g40LIIvnuEXWGidcbfTW8VYVdAqCXt/946nz9ud 5sbvbUztoWp0eiIjDZlsv5RR5u8Bpsnyusr8vqa4fcWZLBz5rWaTfpB0+ldf3uCJ KG14Q8rOFqBIXU4sgSKbEy4nQwf5jL3HVvU15yEGjgWTM0ZPVR/dTOFtm1vipMBl IlglYH/pBYSRyUxKTEeYuOAZiLOSkquYk7wg0upy3YftfZWLGpICK5eXGySP0+Ny LhHono9GcLzWLw== X-ME-Proxy: X-ME-Sender: From: "Emilio G. Cota" To: qemu-devel@nongnu.org Date: Mon, 17 Sep 2018 12:31:01 -0400 Message-Id: <20180917163103.6113-34-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 33/35] target/ppc: do not acquire the BQL to call cpu_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 , qemu-ppc@nongnu.org, Alexander Graf , David Gibson 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" It's not needed anymore. Cc: David Gibson Cc: Alexander Graf Cc: qemu-ppc@nongnu.org Signed-off-by: Emilio G. Cota --- target/ppc/helper_regs.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/target/ppc/helper_regs.h b/target/ppc/helper_regs.h index 5efd18049e..801eba83e7 100644 --- a/target/ppc/helper_regs.h +++ b/target/ppc/helper_regs.h @@ -101,13 +101,7 @@ static inline void hreg_compute_hflags(CPUPPCState *en= v) =20 static inline void cpu_interrupt_exittb(CPUState *cs) { - if (!qemu_mutex_iothread_locked()) { - qemu_mutex_lock_iothread(); - cpu_interrupt(cs, CPU_INTERRUPT_EXITTB); - qemu_mutex_unlock_iothread(); - } else { - cpu_interrupt(cs, CPU_INTERRUPT_EXITTB); - } + cpu_interrupt(cs, CPU_INTERRUPT_EXITTB); } =20 static inline int hreg_store_msr(CPUPPCState *env, target_ulong value, --=20 2.17.1