Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp4600194ybb; Tue, 24 Mar 2020 01:37:35 -0700 (PDT) X-Google-Smtp-Source: ADFU+vuiH308VZIXzsz8JPQWsc5r+b0rNbychhod7qn/pIBLqynm2krBQ+FDkJRm8rTXx9LT9iBY X-Received: by 2002:a05:6830:1db3:: with SMTP id z19mr20540378oti.270.1585039054981; Tue, 24 Mar 2020 01:37:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1585039054; cv=none; d=google.com; s=arc-20160816; b=Yfj4+CxZQtDC74bcXONh/p9UxhthOqzeQ1Q45MtExKEzK4aarmCtxx7u9LulF98sq4 9GC1MCMkQXmhAFQ3ndaseIkdoaq/JBIYV8RIzs0LfJUrNtyMqO/RFJW/7nqtF1vXKZqQ fFSYhdCfe7lu9L64pvR6vpACOnGJ75sigi2wNlC0Fm1/U/oAA4QedGMADN7MKDNFeHEW oTK5U7pV/Hlu/q8CKNwE5GaDsTZnMN2kvEZnzYb6pN9Y7ntEAX1leXn2rs2W8Ta5EKih Pp8s2do5fHAbPhTOu7YZsxEz2jmSzNcOPvhskL/xBlP6vs1Osy//Tco0Y8GJSdTQttoc jheg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=kbjRVK/K+x035h9Dam3x1QLTkfbnA6U5YqNrhrKFhbM=; b=xss2/dWbyvA0SsXJLu3z/ushTim/B55gsTKNYGloJ2bwwdo3VRiWXtlaTCTBG5kWns 4DMaju5IfQcuf3zBvV7NVgdg/SsRD5byhjqyw5eG8qYw+HKnyxmlDZ2SmvEOZavahURH FM2diZJX4FAnLJ0h1ULjZmlJuEY+l+w2ZU8CqsfJTK0YfhfLET7xxYRK9PeYjlto7+pT JGOTyA3xWKOruNEkYeuGRpXTDPy6HRiQoHE7yzfQnXhyVeU8RXKOWQq3LHz1ln3d8Pdh 1usPjYWNpksXAYJRff0wR0LZxlxvgJ6HY0jm6YOc6TR6/u+oL+XI8t/OJGVzLb9SI58c L8fA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i19si9097163otp.177.2020.03.24.01.37.22; Tue, 24 Mar 2020 01:37:34 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727361AbgCXIf5 (ORCPT + 99 others); Tue, 24 Mar 2020 04:35:57 -0400 Received: from foss.arm.com ([217.140.110.172]:58814 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727262AbgCXIfy (ORCPT ); Tue, 24 Mar 2020 04:35:54 -0400 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 ACA3230E; Tue, 24 Mar 2020 01:35:53 -0700 (PDT) Received: from e123083-lin (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id AA9F43F7C3; Tue, 24 Mar 2020 01:35:52 -0700 (PDT) Date: Tue, 24 Mar 2020 09:35:50 +0100 From: Morten Rasmussen To: Valentin Schneider Cc: linux-kernel@vger.kernel.org, mingo@kernel.org, peterz@infradead.org, vincent.guittot@linaro.org, dietmar.eggemann@arm.com Subject: Re: [RFC PATCH 1/3] sched/topology: Split out SD_* flags declaration to its own file Message-ID: <20200324083550.GE6103@e123083-lin> References: <20200311183320.19186-1-valentin.schneider@arm.com> <20200311183320.19186-2-valentin.schneider@arm.com> <20200323134234.GD6103@e123083-lin> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 23, 2020 at 05:10:00PM +0000, Valentin Schneider wrote: > > Hi Morten, > > Just as a heads-up, I think those changes would better fit 2/3, or be > in their own patch. 1/3 is just a straight up code move, with no changes > to the existing comments. I realized that when I got to 2/3, and yes, most of the comments are not really related to your proposal it more things we could fix while we are touching that code anyway. > On Mon, Mar 23 2020, Morten Rasmussen wrote: > > On Wed, Mar 11, 2020 at 06:33:18PM +0000, Valentin Schneider wrote: > >> +/* Domain members share power domain */ > >> +SD_FLAG(SD_SHARE_POWERDOMAIN, 7) > > > > This flag is set only by 32-bit arm and has never had any effect. I > > think it was the beginning of something years ago that hasn't > > progressed. Perhaps we can remove it now? > > > > Right, I don't think I've seen anything recent that uses that flag. AFAIK, it has never been used, only set. Morten