diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 4609e81dbc37..c75ea0b8ec59 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -3222,6 +3222,15 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
3222 | or other driver-specific files in the | 3222 | or other driver-specific files in the |
3223 | Documentation/watchdog/ directory. | 3223 | Documentation/watchdog/ directory. |
3224 | 3224 | ||
3225 | workqueue.disable_numa | ||
3226 | By default, all work items queued to unbound | ||
3227 | workqueues are affine to the NUMA nodes they're | ||
3228 | issued on, which results in better behavior in | ||
3229 | general. If NUMA affinity needs to be disabled for | ||
3230 | whatever reason, this option can be used. Note | ||
3231 | that this also can be controlled per-workqueue for | ||
3232 | workqueues visible under /sys/bus/workqueue/. | ||
3233 | |||
3225 | x2apic_phys [X86-64,APIC] Use x2apic physical mode instead of | 3234 | x2apic_phys [X86-64,APIC] Use x2apic physical mode instead of |
3226 | default x2apic cluster mode on platforms | 3235 | default x2apic cluster mode on platforms |
3227 | supporting x2apic. | 3236 | supporting x2apic. |