]> git.baikalelectronics.ru Git - kernel.git/commit
sched/isolation: Enable CONFIG_CPU_ISOLATION=y by default
authorFrederic Weisbecker <frederic@kernel.org>
Thu, 14 Dec 2017 18:18:26 +0000 (19:18 +0100)
committerIngo Molnar <mingo@kernel.org>
Mon, 18 Dec 2017 12:46:42 +0000 (13:46 +0100)
commitbe66e851cffca872b7a9be01f23b00697107cf4f
treeef7ad23f77fc77258a266434e797dfbd7e0c1e8d
parent5a0f27411e54546112ff37946da81159042e3d45
sched/isolation: Enable CONFIG_CPU_ISOLATION=y by default

The "isolcpus=" boot parameter support was always built-in before we
moved the related code under CONFIG_CPU_ISOLATION. Having it disabled by
default is very confusing for people accustomed to use this parameter.

So enable it by dafault to keep the previous behaviour but keep it
optable for those who want to tinify their kernels.

Signed-off-by: Frederic Weisbecker <frederic@kernel.org>
Cc: Chris Metcalf <cmetcalf@mellanox.com>
Cc: Christoph Lameter <cl@linux.com>
Cc: John Stultz <john.stultz@linaro.org>
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: Thomas Gleixner <tglx@linutronix.de>
Cc: Wanpeng Li <kernellwp@gmail.com>
Cc: kernel test robot <xiaolong.ye@intel.com>
Link: http://lkml.kernel.org/r/1513275507-29200-3-git-send-email-frederic@kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
init/Kconfig