* Gautham R. Shenoy <[email protected]> [2020-12-10 16:08:57]: > From: "Gautham R. Shenoy" <[email protected]> > > init_thread_group_l1_cache_map() initializes the per-cpu cpumask > thread_group_l1_cache_map with the core-siblings which share L1 cache > with the CPU. Make this function generic to the cache-property (L1 or > L2) and update a suitable mask. This is a preparatory patch for the > next patch where we will introduce discovery of thread-groups that > share L2-cache. > > 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

