diff options
author | Len Brown <len.brown@intel.com> | 2009-05-27 21:46:11 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-05-27 21:46:11 -0400 |
commit | 113b3a2b901573961509e81a28e9546cf9defef0 (patch) | |
tree | 9408280eec19a60b05e3591d764ce7c0ae702f93 /Documentation | |
parent | bdf43bbf2e19952d82995a50e00cb4b66afa4f0c (diff) |
ACPI: delete acpi.power_nocheck from kernel-parameters.txt
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kernel-parameters.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index fd5cac013037..ed3d8b966c02 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt @@ -229,14 +229,6 @@ and is between 256 and 4096 characters. It is defined in the file to assume that this machine's pmtimer latches its value and always returns good values. - acpi.power_nocheck= [HW,ACPI] - Format: 1/0 enable/disable the check of power state. - On some bogus BIOS the _PSC object/_STA object of - power resource can't return the correct device power - state. In such case it is unneccessary to check its - power state again in power transition. - 1 : disable the power state check - acpi_sci= [HW,ACPI] ACPI System Control Interrupt trigger mode Format: { level | edge | high | low } |