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=-8.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,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 2CF69C433E2 for ; Wed, 2 Sep 2020 13:27:06 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 EAD70207D3 for ; Wed, 2 Sep 2020 13:27:05 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="tZSYQV2V" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EAD70207D3 Authentication-Results: mail.kernel.org; dmarc=none (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=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=yxk4GGRHjFZEwvVmp8p3qmyeXVL6W2XdkegLCm72pD0=; b=tZSYQV2Vqc1A2YSlcwblrjFlx e2WSjqUkQZs852GjZXRj0jYA7TvgsZmrCB9em7xcoBCVYBgheq+5eJtUPuPhUWdl/Cc2v/tV6lUIU j3Ohh1W1UHvRye0yAn547EzOlMt7OymbqXWs7giSIs+Z0OQ6ubYoSb16h6eCjUf4NBmUQ3hoNVNS+ 4jyswXv9ZwZBBvG+x+DlJrUf+SZM84JRkr4gHhw68vttLu89GQUhZS9T4k+QeDVH8Ak7w7ynST8O5 QtXRBPv2rCVKF3gTuwY/iYu3Xk3z3jsgjlcvVdgwXZp50bdWuEUTG6pCGxLWncRWXabs/7UlBOzIm 3wSUoZDZg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kDSlh-0000PB-5z; Wed, 02 Sep 2020 13:25:41 +0000 Received: from foss.arm.com ([217.140.110.172]) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kDSlf-0000O9-1l for linux-arm-kernel@lists.infradead.org; Wed, 02 Sep 2020 13:25:39 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id C1B68101E; Wed, 2 Sep 2020 06:25:34 -0700 (PDT) Received: from bogus (unknown [10.57.4.218]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 7803F3F68F; Wed, 2 Sep 2020 06:25:32 -0700 (PDT) Date: Wed, 2 Sep 2020 14:25:30 +0100 From: Sudeep Holla To: Ionela Voinescu Subject: Re: [PATCH v5 4/5] arch_topology, cpufreq: constify arch_* cpumasks Message-ID: <20200902132530.GE25462@bogus> References: <20200901205549.30096-1-ionela.voinescu@arm.com> <20200901205549.30096-5-ionela.voinescu@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200901205549.30096-5-ionela.voinescu@arm.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200902_092539_157032_12A32598 X-CRM114-Status: GOOD ( 12.24 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-pm@vger.kernel.org, viresh.kumar@linaro.org, rjw@rjwysocki.net, linux-kernel@vger.kernel.org, dietmar.eggemann@arm.com, catalin.marinas@arm.com, will@kernel.org, valentin.schneider@arm.com, linux-arm-kernel@lists.infradead.org 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 Tue, Sep 01, 2020 at 09:55:48PM +0100, Ionela Voinescu wrote: > From: Valentin Schneider > > The passed cpumask arguments to arch_set_freq_scale() and > arch_freq_counters_available() are only iterated over, so reflect this > in the prototype. This also allows to pass system cpumasks like > cpu_online_mask without getting a warning. > > Signed-off-by: Valentin Schneider > Signed-off-by: Ionela Voinescu > Acked-by: Catalin Marinas > Acked-by: Viresh Kumar > Cc: Catalin Marinas > Cc: Will Deacon > Cc: Sudeep Holla Reviewed-by: Sudeep Holla -- Regards, Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel