|
@@ -461,10 +461,14 @@ endmenu # "CPU/Task time and stats accounting"
|
|
|
|
|
|
config CPU_ISOLATION
|
|
config CPU_ISOLATION
|
|
bool "CPU isolation"
|
|
bool "CPU isolation"
|
|
|
|
+ default y
|
|
help
|
|
help
|
|
Make sure that CPUs running critical tasks are not disturbed by
|
|
Make sure that CPUs running critical tasks are not disturbed by
|
|
any source of "noise" such as unbound workqueues, timers, kthreads...
|
|
any source of "noise" such as unbound workqueues, timers, kthreads...
|
|
- Unbound jobs get offloaded to housekeeping CPUs.
|
|
|
|
|
|
+ Unbound jobs get offloaded to housekeeping CPUs. This is driven by
|
|
|
|
+ the "isolcpus=" boot parameter.
|
|
|
|
+
|
|
|
|
+ Say Y if unsure.
|
|
|
|
|
|
source "kernel/rcu/Kconfig"
|
|
source "kernel/rcu/Kconfig"
|
|
|
|
|