diff options
author | Len Brown <len.brown@intel.com> | 2005-12-28 12:43:51 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2005-12-28 12:43:51 -0500 |
commit | 41c0d8680f7f24e1abaaeeabc6723277b2e34b81 (patch) | |
tree | 8113bab5f5c3ec8e38e5dd6357686daaad1cefbe /Documentation | |
parent | 67dbb4ea33731415fe09c62149a34f472719ac1d (diff) |
[ACPI] document processor.nocst parameter
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kernel-parameters.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 5dffcfefc3c7..6e9f1dc26884 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1160,6 +1160,10 @@ running once the system is up. | |||
1160 | Limit processor to maximum C-state | 1160 | Limit processor to maximum C-state |
1161 | max_cstate=9 overrides any DMI blacklist limit. | 1161 | max_cstate=9 overrides any DMI blacklist limit. |
1162 | 1162 | ||
1163 | processor.nocst [HW,ACPI] | ||
1164 | Ignore the _CST method to determine C-states, | ||
1165 | instead using the legacy FADT method | ||
1166 | |||
1163 | prompt_ramdisk= [RAM] List of RAM disks to prompt for floppy disk | 1167 | prompt_ramdisk= [RAM] List of RAM disks to prompt for floppy disk |
1164 | before loading. | 1168 | before loading. |
1165 | See Documentation/ramdisk.txt. | 1169 | See Documentation/ramdisk.txt. |