diff options
author | Len Brown <len.brown@intel.com> | 2010-03-14 16:28:46 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2010-03-14 20:58:24 -0400 |
commit | 4c81ba4900ab4eb24c7d2ba1aca594c644b6ce4c (patch) | |
tree | 4549d9c5791aa3a9991acba55601f8aa9cab0201 /Documentation | |
parent | 8144c880397d502d12af4ef721f3eac50163fa39 (diff) | |
download | linux-3.10-4c81ba4900ab4eb24c7d2ba1aca594c644b6ce4c.tar.gz linux-3.10-4c81ba4900ab4eb24c7d2ba1aca594c644b6ce4c.tar.bz2 linux-3.10-4c81ba4900ab4eb24c7d2ba1aca594c644b6ce4c.zip |
ACPI: plan to delete "acpi=ht" boot option
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index a5cc0db63d7..ed511af0f79 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt @@ -582,3 +582,10 @@ Why: The paravirt mmu host support is slower than non-paravirt mmu, both Who: Avi Kivity <avi@redhat.com> ---------------------------- + +What: "acpi=ht" boot option +When: 2.6.35 +Why: Useful in 2003, implementation is a hack. + Generally invoked by accident today. + Seen as doing more harm than good. +Who: Len Brown <len.brown@intel.com> |