Re: [PATCH v10 6/9] cpuset: Make generate_sched_domains() recognize reserved_cpus
From: Peter Zijlstra <peterz@infradead.org>
Date: 2018-06-20 14:17:52
Also in:
linux-doc, lkml
From: Peter Zijlstra <peterz@infradead.org>
Date: 2018-06-20 14:17:52
Also in:
linux-doc, lkml
On Mon, Jun 18, 2018 at 12:14:06PM +0800, Waiman Long wrote:
The generate_sched_domains() function is modified to make it work correctly with the newly introduced reserved_cpus mask for schedule domains generation.
Why isn't this (and the previous) patch part of the patch that introduces reserved_cpus? It seems weird to have this broken intermediate state.