Re: [PATCH v8 07/13] drivers: base cacheinfo: Add support for ACPI based firmware tables

2018-04-27 Thread Sudeep Holla
On 26/04/18 19:57, Jeremy Linton wrote: > Hi, > > On 04/26/2018 06:05 AM, Sudeep Holla wrote: >> >> >> On 26/04/18 00:31, Jeremy Linton wrote: >>> Call ACPI cache parsing routines from base cacheinfo code if ACPI >>> is enable. Also stub out cache_setup_acpi() so that individual >>> architecture

Re: [PATCH v8 07/13] drivers: base cacheinfo: Add support for ACPI based firmware tables

2018-04-26 Thread Jeremy Linton
Hi, On 04/26/2018 06:05 AM, Sudeep Holla wrote: On 26/04/18 00:31, Jeremy Linton wrote: Call ACPI cache parsing routines from base cacheinfo code if ACPI is enable. Also stub out cache_setup_acpi() so that individual architectures can enable ACPI topology parsing. [...] +#ifndef CONFIG_A

Re: [PATCH v8 07/13] drivers: base cacheinfo: Add support for ACPI based firmware tables

2018-04-26 Thread Sudeep Holla
On 26/04/18 00:31, Jeremy Linton wrote: > Call ACPI cache parsing routines from base cacheinfo code if ACPI > is enable. Also stub out cache_setup_acpi() so that individual > architectures can enable ACPI topology parsing. > [...] > +#ifndef CONFIG_ACPI > +static inline int acpi_find_last_cach

[PATCH v8 07/13] drivers: base cacheinfo: Add support for ACPI based firmware tables

2018-04-25 Thread Jeremy Linton
Call ACPI cache parsing routines from base cacheinfo code if ACPI is enable. Also stub out cache_setup_acpi() so that individual architectures can enable ACPI topology parsing. Signed-off-by: Jeremy Linton --- drivers/base/cacheinfo.c | 14 ++ include/linux/cacheinfo.h | 10