From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-sender-0.a4lg.com (mail-sender-0.a4lg.com [IPv6:2401:2500:203:30b:4000:6bfe:4757:0]) by sourceware.org (Postfix) with ESMTPS id 01CCD3858D35 for ; Tue, 5 Sep 2023 03:18:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 01CCD3858D35 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=irq.a4lg.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=irq.a4lg.com Received: from [127.0.0.1] (localhost [127.0.0.1]) by mail-sender-0.a4lg.com (Postfix) with ESMTPSA id 03AFD300089; Tue, 5 Sep 2023 03:18:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=irq.a4lg.com; s=2017s01; t=1693883885; bh=0V4UFtPHRMK1nIQvSIHW43LPf+Wt5+k5XCj8EwjWnvk=; h=Message-ID:Date:Mime-Version:Subject:To:References:Cc:From: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=jwTU7/q8tJgP76adln1cbnNJmN9pkItrHuc0AAbO7X9pRmahKSECuClE8R/0r/VMo o83uOdz0QWcGN02/eOfVfYfjNlEmHUyL8B4A8Oxf2VDgdU0iPzCimsk8shRyC7vmmK 9lesaVzNmGFIhTzgA6x/BWyO/8Ohlc9JNazy9c4E= Message-ID: <21b65e59-83a3-42c2-b71d-1e4f34f5c757@irq.a4lg.com> Date: Tue, 5 Sep 2023 12:18:04 +0900 Mime-Version: 1.0 Subject: Re: [PATCH 1/1] RISC-V: Add 'Smcntrpmf' extension and its CSRs Content-Language: en-US To: Nelson Chu References: <1d3089dcef14d2c7e19fd5424a2a4a11a665d2ff.1693708909.git.research_trasio@irq.a4lg.com> Cc: Binutils From: Tsukasa OI In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-6.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 2023/09/05 10:12, Nelson Chu wrote: > A Minor stuff  here is to use CSR_MCYCLECFG and CSR_MINSTRETCFG to > replace CSR_MSCOUNTEREN and CSR_MHCOUNTEREN, and then remove the defined > CSR_MSCOUNTEREN and CSR_MHCOUNTEREN.  So that it's easier to see which > alias CSRs are for them. > > You can just commit the patch after fixing the above monir stuff, thanks ;) > > Nelson Thanks for your advise and committed with suggested changes. Tsukasa