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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 53496C433EF for ; Thu, 23 Jun 2022 15:55:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232077AbiFWPz4 (ORCPT ); Thu, 23 Jun 2022 11:55:56 -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> 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