Re: [PATCH 3/5] powerpc/smp: Add update_cpu_masks()

2017-03-15 Thread Michael Ellerman
Oliver O'Halloran writes: > When adding and removing a CPU from the system the per-cpu masks that > are used by the scheduler to construct scheduler domains need to be updated > to account for the cpu entering or exiting the system. Currently logic this > is open-coded for the

[PATCH 3/5] powerpc/smp: Add update_cpu_masks()

2017-03-01 Thread Oliver O'Halloran
When adding and removing a CPU from the system the per-cpu masks that are used by the scheduler to construct scheduler domains need to be updated to account for the cpu entering or exiting the system. Currently logic this is open-coded for the thread sibling mask and shared for the core mask. This