diff options
author | Len Brown <len.brown@intel.com> | 2010-05-28 16:20:35 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2010-05-28 16:20:35 -0400 |
commit | d3b383338f105f50724c10a7d81b04a3930e886b (patch) | |
tree | 73c55f260136aa0f24571c1307a432caca4f0349 /Documentation | |
parent | edbe77ba94217868caf5f391d2a083729bef3742 (diff) | |
parent | 68ca406930d6380b3be7ada5f15fcf85bfcbd552 (diff) |
Merge branch 'ht-delete-2.6.35' into release
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kernel-parameters.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 42d77735fd45..ca575f702cf2 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -143,11 +143,10 @@ and is between 256 and 4096 characters. It is defined in the file | |||
143 | 143 | ||
144 | acpi= [HW,ACPI,X86] | 144 | acpi= [HW,ACPI,X86] |
145 | Advanced Configuration and Power Interface | 145 | Advanced Configuration and Power Interface |
146 | Format: { force | off | ht | strict | noirq | rsdt } | 146 | Format: { force | off | strict | noirq | rsdt } |
147 | force -- enable ACPI if default was off | 147 | force -- enable ACPI if default was off |
148 | off -- disable ACPI if default was on | 148 | off -- disable ACPI if default was on |
149 | noirq -- do not use ACPI for IRQ routing | 149 | noirq -- do not use ACPI for IRQ routing |
150 | ht -- run only enough ACPI to enable Hyper Threading | ||
151 | strict -- Be less tolerant of platforms that are not | 150 | strict -- Be less tolerant of platforms that are not |
152 | strictly ACPI specification compliant. | 151 | strictly ACPI specification compliant. |
153 | rsdt -- prefer RSDT over (default) XSDT | 152 | rsdt -- prefer RSDT over (default) XSDT |