diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 6b757b468bf1..7b44e492cf68 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -306,7 +306,7 @@ and is between 256 and 4096 characters. It is defined in the file | |||
306 | when initialising the APIC and IO-APIC components. | 306 | when initialising the APIC and IO-APIC components. |
307 | 307 | ||
308 | apm= [APM] Advanced Power Management | 308 | apm= [APM] Advanced Power Management |
309 | See header of arch/i386/kernel/apm.c. | 309 | See header of arch/x86/kernel/apm_32.c. |
310 | 310 | ||
311 | arcrimi= [HW,NET] ARCnet - "RIM I" (entirely mem-mapped) cards | 311 | arcrimi= [HW,NET] ARCnet - "RIM I" (entirely mem-mapped) cards |
312 | Format: <io>,<irq>,<nodeID> | 312 | Format: <io>,<irq>,<nodeID> |
@@ -649,7 +649,7 @@ and is between 256 and 4096 characters. It is defined in the file | |||
649 | 649 | ||
650 | elanfreq= [X86-32] | 650 | elanfreq= [X86-32] |
651 | See comment before function elanfreq_setup() in | 651 | See comment before function elanfreq_setup() in |
652 | arch/i386/kernel/cpu/cpufreq/elanfreq.c. | 652 | arch/x86/kernel/cpu/cpufreq/elanfreq.c. |
653 | 653 | ||
654 | elevator= [IOSCHED] | 654 | elevator= [IOSCHED] |
655 | Format: {"anticipatory" | "cfq" | "deadline" | "noop"} | 655 | Format: {"anticipatory" | "cfq" | "deadline" | "noop"} |
@@ -1690,6 +1690,10 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1690 | Format: <reboot_mode>[,<reboot_mode2>[,...]] | 1690 | Format: <reboot_mode>[,<reboot_mode2>[,...]] |
1691 | See arch/*/kernel/reboot.c or arch/*/kernel/process.c | 1691 | See arch/*/kernel/reboot.c or arch/*/kernel/process.c |
1692 | 1692 | ||
1693 | relax_domain_level= | ||
1694 | [KNL, SMP] Set scheduler's default relax_domain_level. | ||
1695 | See Documentation/cpusets.txt. | ||
1696 | |||
1693 | reserve= [KNL,BUGS] Force the kernel to ignore some iomem area | 1697 | reserve= [KNL,BUGS] Force the kernel to ignore some iomem area |
1694 | 1698 | ||
1695 | reservetop= [X86-32] | 1699 | reservetop= [X86-32] |