Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752414AbdLLBMy (ORCPT ); Mon, 11 Dec 2017 20:12:54 -0500 Received: from cloudserver094114.home.net.pl ([79.96.170.134]:51016 "EHLO cloudserver094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751728AbdLLBMx (ORCPT ); Mon, 11 Dec 2017 20:12:53 -0500 From: "Rafael J. Wysocki" To: Jeremy Linton Cc: linux-acpi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, sudeep.holla@arm.com, hanjun.guo@linaro.org, lorenzo.pieralisi@arm.com, will.deacon@arm.com, catalin.marinas@arm.com, gregkh@linuxfoundation.org, viresh.kumar@linaro.org, mark.rutland@arm.com, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, jhugo@codeaurora.org, wangxiongfeng2@huawei.com, Jonathan.Zhang@cavium.com, ahs3@redhat.com, Jayachandran.Nair@cavium.com, austinwc@codeaurora.org, lenb@kernel.org Subject: Re: [PATCH v5 6/9] ACPI/PPTT: Add topology parsing code Date: Tue, 12 Dec 2017 02:12:11 +0100 Message-ID: <9009154.M66RGdQJXA@aspire.rjw.lan> In-Reply-To: <20171201222330.18863-7-jeremy.linton@arm.com> References: <20171201222330.18863-1-jeremy.linton@arm.com> <20171201222330.18863-7-jeremy.linton@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 526 Lines: 14 On Friday, December 1, 2017 11:23:27 PM CET Jeremy Linton wrote: > The PPTT can be used to determine the groupings of CPU's at > given levels in the system. Lets add a few routines to the PPTT > parsing code to return a unique id for each unique level in the > processor hierarchy. This can then be matched to build > thread/core/cluster/die/package/etc mappings for each processing > element in the system. > > Signed-off-by: Jeremy Linton Why can't this be folded into patch [2/9]? Thanks, Rafael