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=-12.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT 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 BEA6AC433B4 for ; Fri, 30 Apr 2021 17:58:02 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (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 74CCD61449 for ; Fri, 30 Apr 2021 17:58:02 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 74CCD61449 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-Id:Date: Subject:Cc:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=0zSucAUQG1O3hzD6WPwP6LODo/ehAOTQ3lqrSfS5/Hw=; b=cgEkunvWbr/gdS+8l1CGji/1k T/fpwIxjQ8lJAxNhfsxyQvnqbw1p3rR3j5B3FdCzy5qRl5Y2N4moI3y9PYzX/UVQFSVHexoQDFuQj J7xdiCWGUIt38ojcLrfDsgZ6fTpNdvULe23a/TPvCpQ6piljhNcWV8pWijIVRuhBctNzw8HTBKQKb 6dbce7Nw7B4Es3k2e4b9vM2dKefhuMHMdhfShjFN4ErHaqp/kd2AKwPAamqNZJqmmS9/cuyMn5C3B E8dBVdcWrT59y3l558oFZhF/COjbxAx4L7guKrPmeXwNUhZZPX0RzUuyqU9LplrBKgsXjY4+rFA0+ 1FkhFMVQg==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lcXNS-008KGg-2h; Fri, 30 Apr 2021 17:56:34 +0000 Received: from bombadil.infradead.org ([2607:7c80:54:e::133]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lcXNP-008KGC-A9 for linux-arm-kernel@desiato.infradead.org; Fri, 30 Apr 2021 17:56:31 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: Content-Type:MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc: To:From:Sender:Reply-To:Content-ID:Content-Description; bh=R7+1CiKwc+8tznjUU3RrWf8UDl40VWvuesJ4M3SXq8A=; b=Vbgto/JGllopGzFaSj3xu6g9Ae n81JeQtfm/opVT7B7+fNttgT22TQ98w9t15SQGVLx/o1SnBQIooF5shZgt7AIOLtUxiOFHJMAc1qS EhoauzufGR1lY/f+EpDuBzBrjCiHAIMJFHCGIkTgyOIAUv++pSXMqxJR3rK9tTLVuUJZAe694834P F/6RVdC2DoNAe6URsUZgFEgMTCSnbbcOa9y0T4k/kDlr8loj24EoHhxXrkrzZcbFZLdtD62TKV9ba ODkmj1GlSkpVLUO3hqXtwDBFQvSBhCI/lP2JySrpGyQdF1ojHRBJCHkXSg+dCBWpAxUqbU2xGP1Jb qv/T2Tyg==; Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lcXNM-001ZVc-P3 for linux-arm-kernel@lists.infradead.org; Fri, 30 Apr 2021 17:56:30 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 7287F61456; Fri, 30 Apr 2021 17:56:26 +0000 (UTC) From: Catalin Marinas To: Amit Daniel Kachhap , Mark Rutland , Suzuki K Poulose , Marc Zyngier , Anshuman Khandual , Julia Lawall , Will Deacon Cc: Denis Efremov , linux-arm-kernel@lists.infradead.org, kbuild-all@lists.01.org Subject: Re: [PATCH] arm64: cpufeatures: use min and max Date: Fri, 30 Apr 2021 18:56:22 +0100 Message-Id: <161980533328.3085.14514073323541286599.b4-ty@arm.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: References: MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210430_105628_850875_1D3D3156 X-CRM114-Status: UNSURE ( 5.74 ) X-CRM114-Notice: Please train this message. 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 On Thu, 29 Apr 2021 22:50:46 +0200 (CEST), Julia Lawall wrote: > Use min and max to make the effect more clear. > > Generated by: scripts/coccinelle/misc/minmax.cocci Applied to arm64 (for-next/core), thanks! [1/1] arm64: cpufeatures: use min and max https://git.kernel.org/arm64/c/f6334b1798c1 -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel