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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id F266CEB64D9 for ; Mon, 10 Jul 2023 06:08:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=mh9MPADyxtUq8IYN2uN/NhSACFUqRud2d7GWLBcyAWI=; b=xJOcfblVf607oF rEkLWrz2dre89Qb+h0wsfuGyAkUnr7M8axJi14DVzk3eU9l584T/eTXqJl1UjSh6KMMhRO401gNzP ifR9k8/kDJRC8Zng+PUOAxestg4YSyGTkhshnGSMj0iKxd6g1wMGGsBZVbYQrxKGI6n3affLEMCz8 +GjFQuSMbUnXylMXdGmYrrDEjsKnJ6ltUHU81vRJt2qs6j8oT1NG3IydTm4JSIjass/fYx3qdUZ59 n/sXVUUHfZIuzKYAyca3fay7HpVCyPf4jVKpBdYMwiQOeQWC5OJSgmskXVRi5hyaiEIg7N2zjfOkm XDPS1PWtLYp5mPZSNniA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qIk3f-00AXWN-0Y; Mon, 10 Jul 2023 06:07:39 +0000 Received: from [2601:1c2:980:9ec0::2764] by bombadil.infradead.org with esmtpsa (Exim 4.96 #2 (Red Hat Linux)) id 1qIk3c-00AXVy-1J; Mon, 10 Jul 2023 06:07:36 +0000 Message-ID: Date: Sun, 9 Jul 2023 23:07:35 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.12.0 Subject: Re: [PATCH] arm64: Add the arm64.nolse_atomics command line option Content-Language: en-US To: Maria Yu , will@kernel.org, corbet@lwn.net, catalin.marinas@arm.com Cc: maz@kernel.org, quic_pkondeti@quicinc.com, quic_kaushalk@quicinc.com, quic_satyap@quicinc.com, quic_shashim@quicinc.com, quic_songxue@quicinc.com, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org References: <20230710055955.36551-1-quic_aiquny@quicinc.com> From: Randy Dunlap In-Reply-To: <20230710055955.36551-1-quic_aiquny@quicinc.com> X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi-- On 7/9/23 22:59, Maria Yu wrote: > diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt > index 85fb0fa5d091..6ad754549f1d 100644 > --- a/Documentation/admin-guide/kernel-parameters.txt > +++ b/Documentation/admin-guide/kernel-parameters.txt > @@ -433,6 +433,8 @@ > arm64.nomops [ARM64] Unconditionally disable Memory Copy and Memory > Set instructions support > > + arm64.nolse_atomic [ARM64] Unconditionally disable LSE Atomic support > + These entries should remain in alphabetical order, so arm64.nolse_atomic should be just after arm64.nobti. Yes, these are not quite in the correct order. :( Thanks. > ataflop= [HW,M68k] > > atarimouse= [HW,MOUSE] Atari Mouse -- ~Randy _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel