4/14

sched/topology: Introduce a method to calculate the llc distance

用 dist=(rank1+rank2)%k+1 计算同节点内 LLC 距离,对角线硬编码 0,仅保证从单一参考 LLC 看距离唯一,用于节点内 LLC 排序。