aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-parameters.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r--Documentation/kernel-parameters.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 5ba4d9dff113..51bceb0fb277 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -240,7 +240,7 @@ and is between 256 and 4096 characters. It is defined in the file
240 240
241 acpi_sleep= [HW,ACPI] Sleep options 241 acpi_sleep= [HW,ACPI] Sleep options
242 Format: { s3_bios, s3_mode, s3_beep, s4_nohwsig, 242 Format: { s3_bios, s3_mode, s3_beep, s4_nohwsig,
243 old_ordering, s4_nonvs } 243 old_ordering, s4_nonvs, sci_force_enable }
244 See Documentation/power/video.txt for information on 244 See Documentation/power/video.txt for information on
245 s3_bios and s3_mode. 245 s3_bios and s3_mode.
246 s3_beep is for debugging; it makes the PC's speaker beep 246 s3_beep is for debugging; it makes the PC's speaker beep
@@ -253,6 +253,9 @@ and is between 256 and 4096 characters. It is defined in the file
253 of _PTS is used by default). 253 of _PTS is used by default).
254 s4_nonvs prevents the kernel from saving/restoring the 254 s4_nonvs prevents the kernel from saving/restoring the
255 ACPI NVS memory during hibernation. 255 ACPI NVS memory during hibernation.
256 sci_force_enable causes the kernel to set SCI_EN directly
257 on resume from S1/S3 (which is against the ACPI spec,
258 but some broken systems don't work without it).
256 259
257 acpi_use_timer_override [HW,ACPI] 260 acpi_use_timer_override [HW,ACPI]
258 Use timer override. For some broken Nvidia NF5 boards 261 Use timer override. For some broken Nvidia NF5 boards
@@ -1769,6 +1772,12 @@ and is between 256 and 4096 characters. It is defined in the file
1769 purges which is reported from either PAL_VM_SUMMARY or 1772 purges which is reported from either PAL_VM_SUMMARY or
1770 SAL PALO. 1773 SAL PALO.
1771 1774
1775 nr_cpus= [SMP] Maximum number of processors that an SMP kernel
1776 could support. nr_cpus=n : n >= 1 limits the kernel to
1777 supporting 'n' processors. Later in runtime you can not
1778 use hotplug cpu feature to put more cpu back to online.
1779 just like you compile the kernel NR_CPUS=n
1780
1772 nr_uarts= [SERIAL] maximum number of UARTs to be registered. 1781 nr_uarts= [SERIAL] maximum number of UARTs to be registered.
1773 1782
1774 numa_zonelist_order= [KNL, BOOT] Select zonelist order for NUMA. 1783 numa_zonelist_order= [KNL, BOOT] Select zonelist order for NUMA.