sched/isolation: Move isolcpus= handling to the housekeeping code
authorFrederic Weisbecker <frederic@kernel.org>
Fri, 27 Oct 2017 02:42:37 +0000 (04:42 +0200)
committerIngo Molnar <mingo@kernel.org>
Fri, 27 Oct 2017 07:55:30 +0000 (09:55 +0200)
commitedb9382175c3ebdced8ffdb3e0f20052ad9fdbe9
tree5257baafe1ada153e8eb0bfe41e02c8f0545e6fa
parent6f1982fedd59856bcc42a9b521be4c3ffd2f60a7
sched/isolation: Move isolcpus= handling to the housekeeping code

We want to centralize the isolation features, to be done by the housekeeping
subsystem and scheduler domain isolation is a significant part of it.

No intended behaviour change, we just reuse the housekeeping cpumask
and core code.

Signed-off-by: Frederic Weisbecker <frederic@kernel.org>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Chris Metcalf <cmetcalf@mellanox.com>
Cc: Christoph Lameter <cl@linux.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Luiz Capitulino <lcapitulino@redhat.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Rik van Riel <riel@redhat.com>
Cc: Wanpeng Li <kernellwp@gmail.com>
Link: http://lkml.kernel.org/r/1509072159-31808-11-git-send-email-frederic@kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
drivers/base/cpu.c
include/linux/sched.h
include/linux/sched/isolation.h
kernel/cgroup/cpuset.c
kernel/sched/core.c
kernel/sched/isolation.c
kernel/sched/topology.c