* Gautham R. Shenoy <[email protected]> [2020-12-10 16:08:56]: > From: "Gautham R. Shenoy" <[email protected]> > > On platforms which have the "ibm,thread-groups" property, the per-cpu > variable cpu_l1_cache_map keeps a track of which group of threads > within the same core share the L1 cache, Instruction and Data flow. > > This patch renames the variable to "thread_group_l1_cache_map" to make > it consistent with a subsequent patch which will introduce > thread_group_l2_cache_map. > > This patch introduces no functional change. >
Looks good to me. Reviewed-by: Srikar Dronamraju <[email protected]> > Signed-off-by: Gautham R. Shenoy <[email protected]> -- Thanks and Regards Srikar Dronamraju

