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 26a83743af19..e279b7242912 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -163,6 +163,11 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
163 | 163 | ||
164 | See also Documentation/power/pm.txt, pci=noacpi | 164 | See also Documentation/power/pm.txt, pci=noacpi |
165 | 165 | ||
166 | acpi_rsdp= [ACPI,EFI,KEXEC] | ||
167 | Pass the RSDP address to the kernel, mostly used | ||
168 | on machines running EFI runtime service to boot the | ||
169 | second kernel for kdump. | ||
170 | |||
166 | acpi_apic_instance= [ACPI, IOAPIC] | 171 | acpi_apic_instance= [ACPI, IOAPIC] |
167 | Format: <int> | 172 | Format: <int> |
168 | 2: use 2nd APIC table, if available | 173 | 2: use 2nd APIC table, if available |
@@ -546,6 +551,9 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
546 | /proc/<pid>/coredump_filter. | 551 | /proc/<pid>/coredump_filter. |
547 | See also Documentation/filesystems/proc.txt. | 552 | See also Documentation/filesystems/proc.txt. |
548 | 553 | ||
554 | cpuidle.off=1 [CPU_IDLE] | ||
555 | disable the cpuidle sub-system | ||
556 | |||
549 | cpcihp_generic= [HW,PCI] Generic port I/O CompactPCI driver | 557 | cpcihp_generic= [HW,PCI] Generic port I/O CompactPCI driver |
550 | Format: | 558 | Format: |
551 | <first_slot>,<last_slot>,<port>,<enum_bit>[,<debug>] | 559 | <first_slot>,<last_slot>,<port>,<enum_bit>[,<debug>] |
@@ -2240,6 +2248,7 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
2240 | ro [KNL] Mount root device read-only on boot | 2248 | ro [KNL] Mount root device read-only on boot |
2241 | 2249 | ||
2242 | root= [KNL] Root filesystem | 2250 | root= [KNL] Root filesystem |
2251 | See name_to_dev_t comment in init/do_mounts.c. | ||
2243 | 2252 | ||
2244 | rootdelay= [KNL] Delay (in seconds) to pause before attempting to | 2253 | rootdelay= [KNL] Delay (in seconds) to pause before attempting to |
2245 | mount the root filesystem | 2254 | mount the root filesystem |