commit | 2a636a56d2d39676fe85190dec102c7440e24977 | [log] [tgz] |
---|---|---|
author | Oliver O'Halloran <oohall@gmail.com> | Thu Jun 29 17:12:55 2017 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Thu Aug 31 14:26:56 2017 +1000 |
tree | 8baf43a855645c57565231e16b1bd36612103234 | |
parent | df52f6714071c49a1fb1f541d4c4ff929bd4594d [diff] |
powerpc/smp: Add cpu_l2_cache_map We want to add an extra level to the CPU scheduler topology to account for cores which share a cache. To do this we need to build a cpumask for each CPU that indicates which CPUs share this cache to use as an input to the scheduler. Signed-off-by: Oliver O'Halloran <oohall@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>