]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit166239002f2bd11e193306f2a1566d0b58302451
tree5257baafe1ada153e8eb0bfe41e02c8f0545e6fa
parent35885dab9a7568ee412992fb19be7d708489eadf
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