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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id F3BEAC3DA7D for ; Tue, 3 Jan 2023 08:35:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237043AbjACIfa (ORCPT ); Tue, 3 Jan 2023 03:35:30 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52794 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237076AbjACIfK (ORCPT ); Tue, 3 Jan 2023 03:35:10 -0500 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 01855DFB9 for ; Tue, 3 Jan 2023 00:35:08 -0800 (PST) Received: from ip5b412258.dynamic.kabel-deutschland.de ([91.65.34.88] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pCclC-00050A-Ej; Tue, 03 Jan 2023 09:35:02 +0100 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Paul Walmsley , Palmer Dabbelt , Albert Ou , Guo Ren , Nathan Chancellor , Icenowy Zheng Cc: linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, Icenowy Zheng Subject: Re: [PATCH RESEND 2/2] riscv: errata: prefix T-Head mnemonics with th. Date: Tue, 03 Jan 2023 09:35:01 +0100 Message-ID: <5641668.DvuYhMxLoT@diego> In-Reply-To: <20230103062610.69704-2-uwu@icenowy.me> References: <20230103062610.69704-1-uwu@icenowy.me> <20230103062610.69704-2-uwu@icenowy.me> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Dienstag, 3. Januar 2023, 07:26:10 CET schrieb Icenowy Zheng: > T-Head now maintains some specification for their extended instructions > at [1], in which all instructions are prefixed "th.". > > Follow this practice in the kernel comments. > > [1] https://github.com/T-head-Semi/thead-extension-spec > > Signed-off-by: Icenowy Zheng Reviewed-by: Heiko Stuebner