Re: [PATCH v9 05/12] ACPI/PPTT: Add Processor Properties Topology Table parsing

2018-05-16 Thread Rafael J. Wysocki
On Tue, May 15, 2018 at 11:42 PM, Jeremy Linton wrote: > Hi, > > > On 05/12/2018 05:09 AM, Rafael J. Wysocki wrote: >> >> On Sat, May 12, 2018 at 1:58 AM, Jeremy Linton >> wrote: >>> [cut] >> >> >> I don't think you really need the explicit type cast here and above, >> but that's very minor. >>

Re: [PATCH v9 05/12] ACPI/PPTT: Add Processor Properties Topology Table parsing

2018-05-15 Thread Jeremy Linton
Hi, On 05/12/2018 05:09 AM, Rafael J. Wysocki wrote: On Sat, May 12, 2018 at 1:58 AM, Jeremy Linton wrote: ACPI 6.2 adds a new table, which describes how processing units are related to each other in tree like fashion. Caches are also sprinkled throughout the tree and describe the properties o

Re: [PATCH v9 05/12] ACPI/PPTT: Add Processor Properties Topology Table parsing

2018-05-12 Thread Rafael J. Wysocki
On Sat, May 12, 2018 at 1:58 AM, Jeremy Linton wrote: > ACPI 6.2 adds a new table, which describes how processing units > are related to each other in tree like fashion. Caches are > also sprinkled throughout the tree and describe the properties > of the caches in relation to other caches and proc

[PATCH v9 05/12] ACPI/PPTT: Add Processor Properties Topology Table parsing

2018-05-11 Thread Jeremy Linton
ACPI 6.2 adds a new table, which describes how processing units are related to each other in tree like fashion. Caches are also sprinkled throughout the tree and describe the properties of the caches in relation to other caches and processing units. Add the code to parse the cache hierarchy and re