diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-11-11 03:40:18 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-11-11 03:40:18 -0500 |
commit | e0cb4ebcd9e5b4ddd8216c20f54445c91b1fa4b9 (patch) | |
tree | d1c3b22b7e9f02fb56927da530da09c6ee7ce0b9 /Documentation/kernel-parameters.txt | |
parent | a309720c876d7ad2e224bfd1982c92ae4364c82e (diff) | |
parent | 45b86a96f17cb2900f291129b0e67287400e45b2 (diff) |
Merge branch 'tracing/urgent' into tracing/ftrace
Conflicts:
kernel/trace/trace.c
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 4862284d3119..196fd1c62a2f 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1003,13 +1003,15 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1003 | Format: | 1003 | Format: |
1004 | <cpu number>,...,<cpu number> | 1004 | <cpu number>,...,<cpu number> |
1005 | or | 1005 | or |
1006 | <cpu number>-<cpu number> (must be a positive range in ascending order) | 1006 | <cpu number>-<cpu number> |
1007 | (must be a positive range in ascending order) | ||
1007 | or a mixture | 1008 | or a mixture |
1008 | <cpu number>,...,<cpu number>-<cpu number> | 1009 | <cpu number>,...,<cpu number>-<cpu number> |
1010 | |||
1009 | This option can be used to specify one or more CPUs | 1011 | This option can be used to specify one or more CPUs |
1010 | to isolate from the general SMP balancing and scheduling | 1012 | to isolate from the general SMP balancing and scheduling |
1011 | algorithms. The only way to move a process onto or off | 1013 | algorithms. You can move a process onto or off an |
1012 | an "isolated" CPU is via the CPU affinity syscalls. | 1014 | "isolated" CPU via the CPU affinity syscalls or cpuset. |
1013 | <cpu number> begins at 0 and the maximum value is | 1015 | <cpu number> begins at 0 and the maximum value is |
1014 | "number of CPUs in system - 1". | 1016 | "number of CPUs in system - 1". |
1015 | 1017 | ||
@@ -1478,8 +1480,6 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1478 | Valid arguments: on, off | 1480 | Valid arguments: on, off |
1479 | Default: on | 1481 | Default: on |
1480 | 1482 | ||
1481 | noirqbalance [X86-32,SMP,KNL] Disable kernel irq balancing | ||
1482 | |||
1483 | noirqdebug [X86-32] Disables the code which attempts to detect and | 1483 | noirqdebug [X86-32] Disables the code which attempts to detect and |
1484 | disable unhandled interrupt sources. | 1484 | disable unhandled interrupt sources. |
1485 | 1485 | ||