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.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 8d443e750e19..0413f375c7b7 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -254,8 +254,8 @@ and is between 256 and 4096 characters. It is defined in the file
254 control method, with respect to putting devices into 254 control method, with respect to putting devices into
255 low power states, to be enforced (the ACPI 2.0 ordering 255 low power states, to be enforced (the ACPI 2.0 ordering
256 of _PTS is used by default). 256 of _PTS is used by default).
257 s4_nonvs prevents the kernel from saving/restoring the 257 nonvs prevents the kernel from saving/restoring the
258 ACPI NVS memory during hibernation. 258 ACPI NVS memory during suspend/hibernation and resume.
259 sci_force_enable causes the kernel to set SCI_EN directly 259 sci_force_enable causes the kernel to set SCI_EN directly
260 on resume from S1/S3 (which is against the ACPI spec, 260 on resume from S1/S3 (which is against the ACPI spec,
261 but some broken systems don't work without it). 261 but some broken systems don't work without it).
@@ -1259,7 +1259,7 @@ and is between 256 and 4096 characters. It is defined in the file
1259 If there are multiple matching configurations changing 1259 If there are multiple matching configurations changing
1260 the same attribute, the last one is used. 1260 the same attribute, the last one is used.
1261 1261
1262 lmb=debug [KNL] Enable lmb debug messages. 1262 memblock=debug [KNL] Enable memblock debug messages.
1263 1263
1264 load_ramdisk= [RAM] List of ramdisks to load from floppy 1264 load_ramdisk= [RAM] List of ramdisks to load from floppy
1265 See Documentation/blockdev/ramdisk.txt. 1265 See Documentation/blockdev/ramdisk.txt.
@@ -2036,7 +2036,9 @@ and is between 256 and 4096 characters. It is defined in the file
2036 WARNING: Forcing ASPM on may cause system lockups. 2036 WARNING: Forcing ASPM on may cause system lockups.
2037 2037
2038 pcie_pme= [PCIE,PM] Native PCIe PME signaling options: 2038 pcie_pme= [PCIE,PM] Native PCIe PME signaling options:
2039 off Do not use native PCIe PME signaling. 2039 Format: {auto|force}[,nomsi]
2040 auto Use native PCIe PME signaling if the BIOS allows the
2041 kernel to control PCIe config registers of root ports.
2040 force Use native PCIe PME signaling even if the BIOS refuses 2042 force Use native PCIe PME signaling even if the BIOS refuses
2041 to allow the kernel to control the relevant PCIe config 2043 to allow the kernel to control the relevant PCIe config
2042 registers. 2044 registers.