From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-17.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 13BECC4361A for ; Thu, 3 Dec 2020 17:16:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AF926207B0 for ; Thu, 3 Dec 2020 17:16:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731529AbgLCRQJ (ORCPT ); Thu, 3 Dec 2020 12:16:09 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37774 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726167AbgLCRQI (ORCPT ); Thu, 3 Dec 2020 12:16:08 -0500 Received: from mail-oi1-x243.google.com (mail-oi1-x243.google.com [IPv6:2607:f8b0:4864:20::243]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 642E8C061A4E for ; Thu, 3 Dec 2020 09:15:28 -0800 (PST) Received: by mail-oi1-x243.google.com with SMTP id l207so35276oib.4 for ; Thu, 03 Dec 2020 09:15:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=tkX1L2NGLMB/axOms6Hhh7D4TuviErNIKjqsPIVDxBk=; b=C1xHSdLQP00hPDk3WCClzScsGR8VYRrh2I+wOSlTYqxyaC5nMQEn3u+xEh6P3kAgXI ESnfmetdTEJRYh4jwoRbYG/eBHjDzlqzk7USCnJ55doeXgfE9sOsLG65G8qOp5vF2kHb v/+J7ZNP6pEmsAh69I5PpT1MP3xF6Ma6eJCWd5Cvvs8Zb8QHi8nR6x9j3qeBcxIZroI0 HQb5OK+SooRsT2WM/I7sENd81UonjJrCFYmHo/R+lS6oayBN6x3tGf+n7iB5CnDjtZPQ FbsiqL2UqfLdINztbmsShTBy1nXIICGaanfC/8myiLcGfaGEBbBSNXS9J6IrxHYBlDr4 pmLA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=tkX1L2NGLMB/axOms6Hhh7D4TuviErNIKjqsPIVDxBk=; b=EI0KU8/frOSGqZ9u2ALvvfNv0eu58YPUPBySqfDH/5RUWLYjg0LUtJSNz0BRvt5Qen b6k9qhZW7kJ0+zdbWzxsm2SLaN0CDM17o9u10bilEDrDGXZWUAl7G32ihUZEBTfGLYyZ XLWvhTpR6oSzw4CnpiUKJaVDO0dlyC/3sa5+SN2UCttBiQv79rCN0URC2gZOYVgo+muf G0LIEStX8NWjOhq4K4xEuyTy+G8Fra/Q06gP4LLdC46Ot3OvlAegATEA5lZ9gYHFrhFG w++amIesEvvC+V+F4iL7feNWP7uJgWUi/CVevf+K9ti1jrGj6+7n3HKs46agcpVH2OMs R+Qg== X-Gm-Message-State: AOAM531YW7/1metGLY+iLC24kdIN86khdVef1ESGJrQ7jWiqDygBbm1B QGn5t+oM3cmX0GG7JA9Tl79kFbMkUUb5kzIr X-Google-Smtp-Source: ABdhPJydWoHFuhiXh2/cYdK26Y6Gy9BzSFapMm6g6xhz1JvrsmPp5owyC8Iq3BW/6Sr9pOR+dMTc2w== X-Received: by 2002:aca:5fc2:: with SMTP id t185mr85405oib.113.1607015727868; Thu, 03 Dec 2020 09:15:27 -0800 (PST) Received: from [172.24.51.127] (168.189-204-159.bestelclientes.com.mx. [189.204.159.168]) by smtp.gmail.com with ESMTPSA id g82sm429160oib.38.2020.12.03.09.15.25 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 03 Dec 2020 09:15:27 -0800 (PST) Subject: Re: [PATCH 5/9] target/mips: Remove now unused ASE_MSA definition To: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , qemu-devel@nongnu.org Cc: Jiaxun Yang , Huacai Chen , kvm@vger.kernel.org, Aleksandar Rikalo , Paolo Bonzini , Aurelien Jarno References: <20201202184415.1434484-1-f4bug@amsat.org> <20201202184415.1434484-6-f4bug@amsat.org> From: Richard Henderson Message-ID: Date: Thu, 3 Dec 2020 11:15:23 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20201202184415.1434484-6-f4bug@amsat.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On 12/2/20 12:44 PM, Philippe Mathieu-Daudé wrote: > We don't use ASE_MSA anymore (replaced by ase_msa_available() > checking MSAP bit from CP0_Config3). Remove it. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/mips/mips-defs.h | 1 - > target/mips/translate_init.c.inc | 8 ++++---- > 2 files changed, 4 insertions(+), 5 deletions(-) Reviewed-by: Richard Henderson r~ From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.1 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id ABF09C4361A for ; Thu, 3 Dec 2020 17:22:16 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id ED324207B0 for ; Thu, 3 Dec 2020 17:22:15 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org ED324207B0 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:56226 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kksJ4-0004oy-Jf for qemu-devel@archiver.kernel.org; Thu, 03 Dec 2020 12:22:14 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:53000) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kksCZ-0007Px-9L for qemu-devel@nongnu.org; Thu, 03 Dec 2020 12:15:31 -0500 Received: from mail-oi1-x241.google.com ([2607:f8b0:4864:20::241]:33407) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kksCX-00015i-32 for qemu-devel@nongnu.org; Thu, 03 Dec 2020 12:15:31 -0500 Received: by mail-oi1-x241.google.com with SMTP id k26so2978812oiw.0 for ; Thu, 03 Dec 2020 09:15:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=tkX1L2NGLMB/axOms6Hhh7D4TuviErNIKjqsPIVDxBk=; b=C1xHSdLQP00hPDk3WCClzScsGR8VYRrh2I+wOSlTYqxyaC5nMQEn3u+xEh6P3kAgXI ESnfmetdTEJRYh4jwoRbYG/eBHjDzlqzk7USCnJ55doeXgfE9sOsLG65G8qOp5vF2kHb v/+J7ZNP6pEmsAh69I5PpT1MP3xF6Ma6eJCWd5Cvvs8Zb8QHi8nR6x9j3qeBcxIZroI0 HQb5OK+SooRsT2WM/I7sENd81UonjJrCFYmHo/R+lS6oayBN6x3tGf+n7iB5CnDjtZPQ FbsiqL2UqfLdINztbmsShTBy1nXIICGaanfC/8myiLcGfaGEBbBSNXS9J6IrxHYBlDr4 pmLA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=tkX1L2NGLMB/axOms6Hhh7D4TuviErNIKjqsPIVDxBk=; b=rS7IfydaAPgC+7Cpd1EP7rAJ6liII47kkrQS7iE6gjFhrHxM4Zk3QFXBzUTc2ofvGw bEfKQcWxFo0Rzg29r1p+d4eTNpjpYI3SD3Rd9psMEhoKPFhQMhDDyw+jyVH0BdvShReB 0dZt/kIgDjIOt3M0DZAovoCa/ZC5ZOq0jDTeW1AIwrGBCpE6itf4bIWn0x2Pl/jIJL5J +crY/tNdlEF/KnmRezjDyl4IGYifUMtIE7yRL9ppVpHN4oI2QEBXHcH/qxySDjWiel3c EhRTi0rbeDGgLgmd5uefG2wdNm6fVUoqrwn8DbKtb+liem6iVxjKskmz9ofcP3WBKxIR KaQQ== X-Gm-Message-State: AOAM53257PvnQZw0ZYPl0pZP9Lig5fFRD6Sk+eHS0oa9bHjbSZU61pNX osvrHwEiExrxI6RVt1m/3H2Lyg== X-Google-Smtp-Source: ABdhPJydWoHFuhiXh2/cYdK26Y6Gy9BzSFapMm6g6xhz1JvrsmPp5owyC8Iq3BW/6Sr9pOR+dMTc2w== X-Received: by 2002:aca:5fc2:: with SMTP id t185mr85405oib.113.1607015727868; Thu, 03 Dec 2020 09:15:27 -0800 (PST) Received: from [172.24.51.127] (168.189-204-159.bestelclientes.com.mx. [189.204.159.168]) by smtp.gmail.com with ESMTPSA id g82sm429160oib.38.2020.12.03.09.15.25 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 03 Dec 2020 09:15:27 -0800 (PST) Subject: Re: [PATCH 5/9] target/mips: Remove now unused ASE_MSA definition To: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , qemu-devel@nongnu.org References: <20201202184415.1434484-1-f4bug@amsat.org> <20201202184415.1434484-6-f4bug@amsat.org> From: Richard Henderson Message-ID: Date: Thu, 3 Dec 2020 11:15:23 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20201202184415.1434484-6-f4bug@amsat.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2607:f8b0:4864:20::241; envelope-from=richard.henderson@linaro.org; helo=mail-oi1-x241.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Aleksandar Rikalo , kvm@vger.kernel.org, Paolo Bonzini , Huacai Chen , Aurelien Jarno Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" On 12/2/20 12:44 PM, Philippe Mathieu-Daudé wrote: > We don't use ASE_MSA anymore (replaced by ase_msa_available() > checking MSAP bit from CP0_Config3). Remove it. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/mips/mips-defs.h | 1 - > target/mips/translate_init.c.inc | 8 ++++---- > 2 files changed, 4 insertions(+), 5 deletions(-) Reviewed-by: Richard Henderson r~