Re: [PATCH v3 1/2] drivers: base: cacheinfo: Add variable to record max cache line size

2019-05-27 Thread Greg Kroah-Hartman
On Mon, May 27, 2019 at 10:06:07AM +0800, Shaokun Zhang wrote: > Add coherency_max_size variable to record the maximum cache line size > for different cache levels. We will synchronize it with CTR_EL0.CWG > reporting in cache_line_size() for arm64. > > Cc: Greg Kroah-Hartman > Cc: "Rafael J.

[PATCH v3 1/2] drivers: base: cacheinfo: Add variable to record max cache line size

2019-05-26 Thread Shaokun Zhang
Add coherency_max_size variable to record the maximum cache line size for different cache levels. We will synchronize it with CTR_EL0.CWG reporting in cache_line_size() for arm64. Cc: Greg Kroah-Hartman Cc: "Rafael J. Wysocki" Cc: Sudeep Holla Cc: Catalin Marinas Cc: Jeremy Linton Cc: Will