[PATCH v7 08/13] arm64: Add support for ACPI based firmware tables
From: Sudeep Holla <hidden>
Date: 2018-03-06 17:23:28
Also in:
linux-acpi, linux-riscv, lkml
From: Sudeep Holla <hidden>
Date: 2018-03-06 17:23:28
Also in:
linux-acpi, linux-riscv, lkml
On 28/02/18 22:06, Jeremy Linton wrote:
The /sys cache entries should support ACPI/PPTT generated cache topology information. Lets detect ACPI systems and call an arch specific cache_setup_acpi() routine to update the hardware probed cache topology. For arm64, if ACPI is enabled, determine the max number of cache levels and populate them using the PPTT table if one is available.
I fail to understand the kbuild failure report association with this patch(most likely the previous patch could be culprit, I am looking at it in detail now), but for this patch Reviewed-by: Sudeep Holla <redacted> -- Regards, Sudeep