Received: by 2002:a6b:fb09:0:0:0:0:0 with SMTP id h9csp6000531iog; Thu, 23 Jun 2022 09:18:01 -0700 (PDT) X-Google-Smtp-Source: AGRyM1shMvhlmzRol5ddf9xE0tKRCheRx1G8UvP4bUpsPLJ2xWOHrUGWe+1wPysrQiJxPPx9uZNZ X-Received: by 2002:a63:1408:0:b0:408:ab3d:9310 with SMTP id u8-20020a631408000000b00408ab3d9310mr8272486pgl.253.1656001080819; Thu, 23 Jun 2022 09:18:00 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1656001080; cv=none; d=google.com; s=arc-20160816; b=oJZkfDwY/hSbdXkGSGSxQev3imIgMZnAP+JjF0EyuWuuwPMf+QEkWnDLTJFn9MPHb8 alMgn/iO3X1nMx6TbMRvJK0XKO8UB2vbqeOlyXLG0x9Skmk0pwRYThvkg2T28siSEtii MonNEKTzr0qTb6SmvwKyVxajtyOD0s9TKtgIv17UghkqGZcqrf1sQM6AqhGl5aWA8IF+ +tNTUlcZ7Au2GgUd90GmUJvDsmcvcH5kPzQ04ygzN13JDlB4zgNuxyBoq/bBxA4RUjGx URtBUdron3LQmLQ2JmBiAeU2AlAJHzBFts2rxnndG4zXeZ16a84eHAyAjVZ0uTmWhgWa CqJg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=pu77G53MbJD+Az2oFjPi74px9o3fZj3oG+ZhR4n+6Kk=; b=DI/ANn0JEsPj0u4c4biErX4D5ei/0VPOQDuJBG0SrilnOyKxIbQ/AGPlWXCfe0oEI7 TbeuTxS5bwDRR3qZXxkWjjagLd1tt8dS1sefGttD4p04e2V299zdgnunvQcb/5T/6Z57 mZ5gES1jX3CLH1ASLhH2igFYota+8/RXOzADT6Eca5JpsdVH6tZj6aAs+87Ob/dhadtI F6JfH4f2hmQXr+EhPakMuD8mmQgbnWMVnT8vtrVCAXppF1mFwlD28IWPfc4X/juYb6au 7ZKVfkYTxBFJyeJLhfyVFjEsy9j7C4sVq4MwLrXtLLDKmBPmnTkZeisTHkjRJJDp+eMq Ztqg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id e5-20020a170902b78500b0016a2205ff96si10288pls.4.2022.06.23.09.17.47; Thu, 23 Jun 2022 09:18:00 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232020AbiFWPzy (ORCPT + 99 others); Thu, 23 Jun 2022 11:55:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60174 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232017AbiFWPzo (ORCPT ); Thu, 23 Jun 2022 11:55:44 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3BF672E0A3 for ; Thu, 23 Jun 2022 08:55:43 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id C630261EEF for ; Thu, 23 Jun 2022 15:55:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 22EB5C341C6; Thu, 23 Jun 2022 15:55:38 +0000 (UTC) Date: Thu, 23 Jun 2022 16:55:35 +0100 From: Catalin Marinas To: Sudeep Holla Cc: linux-kernel@vger.kernel.org, Greg KH , Atish Patra , Atish Patra , Vincent Guittot , Dietmar Eggemann , Qing Wang , Rob Herring , "Rafael J . Wysocki" , Ionela Voinescu , Pierre Gondois , linux-arm-kernel@lists.infradead.org, linux-riscv@lists.infradead.org, Will Deacon , Gavin Shan Subject: Re: [PATCH v4 10/20] arm64: topology: Remove redundant setting of llc_id in CPU topology Message-ID: References: <20220621192034.3332546-1-sudeep.holla@arm.com> <20220621192034.3332546-11-sudeep.holla@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220621192034.3332546-11-sudeep.holla@arm.com> X-Spam-Status: No, score=-6.7 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_HI,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 21, 2022 at 08:20:24PM +0100, Sudeep Holla wrote: > Since the cacheinfo LLC information is used directly in arch_topology, > there is no need to parse and fetch the LLC ID information only for > ACPI systems. > > Just drop the redundant parsing and setting of llc_id in CPU topology > from ACPI PPTT. > > Cc: Will Deacon > Cc: Catalin Marinas > Reviewed-by: Gavin Shan > Signed-off-by: Sudeep Holla Acked-by: Catalin Marinas > Hi Will/Catalin, > > This is part of a series updating topology to get both ACPI and DT view > aligned. I have not cc-ed you assuming you won't be interested. Let me > know if you are. The parts affecting arm64 is just this patch removing > some unnecessary ACPI code that is now moved to core arch_topology.c > > Please ack if you are happy with this and OK to take this as part of the > series. Yeah, that's fine, keep it with the rest of the series. -- Catalin