From patchwork Wed Oct 25 09:35:15 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Henderson X-Patchwork-Id: 10026299 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id A373660375 for ; Wed, 25 Oct 2017 10:02:17 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A1FA728AF8 for ; Wed, 25 Oct 2017 10:02:17 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9541828B2A; Wed, 25 Oct 2017 10:02:17 +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=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID 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 088FD28AAE for ; Wed, 25 Oct 2017 10:02:16 +0000 (UTC) Received: from localhost ([::1]:47420 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e7IVs-000553-0t for patchwork-qemu-devel@patchwork.kernel.org; Wed, 25 Oct 2017 06:02:16 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45815) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e7I6l-0008W9-Ia for qemu-devel@nongnu.org; Wed, 25 Oct 2017 05:36:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e7I6k-0008RH-OC for qemu-devel@nongnu.org; Wed, 25 Oct 2017 05:36:19 -0400 Received: from mail-wr0-x241.google.com ([2a00:1450:400c:c0c::241]:56389) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e7I6k-0008Qn-Hc for qemu-devel@nongnu.org; Wed, 25 Oct 2017 05:36:18 -0400 Received: by mail-wr0-x241.google.com with SMTP id r79so23325784wrb.13 for ; Wed, 25 Oct 2017 02:36:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=rNS/H3BaPIg+DoiFYRrm1NG+Dl7DPQwnp7FiHCYpevc=; b=NxzM4IrFrJXD34LeWWLvjnP5kYeUqEjoWhZX1d6gnVr3xmRfwx+CT2TtBwza/lalAG 01gBDvWteq1uc8Glgmt301bf5viBjEFywGpjcba3bg1KEO7SKqquvhsoxfcedEB3PK4U hS3SOZIWyOEdpJbLgOWqLlawkXIOBkGAog408= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=rNS/H3BaPIg+DoiFYRrm1NG+Dl7DPQwnp7FiHCYpevc=; b=XjaAgaAsntonkvxiTtJCISEiJ7OQ9hGs0krYQh/UQS7Tgp0JwSDWOayY6mxaA2F5/s c/6fep1Vfoq/SDRQgkA43M0szSiN8ZBlipvAzCh3uT6jsMOxLu2px111vtlXMLBdxCjo VzOUy2uGLOodnzZ9tL/rNo824NGPgUIw/v9A7r7ksUrMN5VzF03JUoKK7LXddvF6n43x Y1UxxMMf2wSqkvKUEdBMKcW/TWQpTIJ9bKU5JZrxNMKST5T01TFVvdZ1TwcuETK97ibu ocfB+30EwBn4r8/WHzAZRLpY0tMR0UYc1luegd8AyLnX0G8qB2Qy9ghcD/6+yP+Sm29F jwkw== X-Gm-Message-State: AMCzsaXPx6M/OnfTpaXeRXFncPBScETuFajE7NAF0YIDjFZwAAcTL1Ha itKShLiBpdB3yPYU+Slo99iQvv1Ch3c= X-Google-Smtp-Source: ABhQp+R/N61K5j0wzJfnGzaEbW6Exwdg2UsGH6VHoJ4MfRSoykE1VPFdOQuZUxmfQuh5gGA0xNN6rg== X-Received: by 10.223.169.239 with SMTP id b102mr1483653wrd.171.1508924177368; Wed, 25 Oct 2017 02:36:17 -0700 (PDT) Received: from cloudburst.twiddle.net ([62.168.35.107]) by smtp.gmail.com with ESMTPSA id v23sm2751025wmh.8.2017.10.25.02.36.16 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 25 Oct 2017 02:36:16 -0700 (PDT) From: Richard Henderson To: qemu-devel@nongnu.org Date: Wed, 25 Oct 2017 11:35:15 +0200 Message-Id: <20171025093535.10175-32-richard.henderson@linaro.org> X-Mailer: git-send-email 2.13.6 In-Reply-To: <20171025093535.10175-1-richard.henderson@linaro.org> References: <20171025093535.10175-1-richard.henderson@linaro.org> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:1450:400c:c0c::241 Subject: [Qemu-devel] [PULL 31/51] target/sh4: check CF_PARALLEL instead of parallel_cpus 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: peter.maydell@linaro.org, "Emilio G. Cota" Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" X-Virus-Scanned: ClamAV using ClamSMTP From: "Emilio G. Cota" Thereby decoupling the resulting translated code from the current state of the system. Reviewed-by: Richard Henderson Signed-off-by: Emilio G. Cota Signed-off-by: Richard Henderson --- target/sh4/translate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/sh4/translate.c b/target/sh4/translate.c index 33176c9926..f918bae978 100644 --- a/target/sh4/translate.c +++ b/target/sh4/translate.c @@ -521,7 +521,7 @@ static void _decode_opc(DisasContext * ctx) /* Detect the start of a gUSA region. If so, update envflags and end the TB. This will allow us to see the end of the region (stored in R0) in the next TB. */ - if (B11_8 == 15 && B7_0s < 0 && parallel_cpus) { + if (B11_8 == 15 && B7_0s < 0 && (tb_cflags(ctx->tb) & CF_PARALLEL)) { ctx->envflags = deposit32(ctx->envflags, GUSA_SHIFT, 8, B7_0s); ctx->bstate = BS_STOP; }