diff options
author | Len Brown <len.brown@intel.com> | 2010-05-28 22:20:35 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2010-05-28 22:20:35 +0200 |
commit | d3b383338f105f50724c10a7d81b04a3930e886b (patch) | |
tree | 73c55f260136aa0f24571c1307a432caca4f0349 /arch/x86/lguest | |
parent | Merge branch 'misc-2.6.35' into release (diff) | |
parent | ACPI: delete the "acpi=ht" boot option (diff) | |
download | linux-d3b383338f105f50724c10a7d81b04a3930e886b.tar.xz linux-d3b383338f105f50724c10a7d81b04a3930e886b.zip |
Merge branch 'ht-delete-2.6.35' into release
Diffstat (limited to 'arch/x86/lguest')
-rw-r--r-- | arch/x86/lguest/boot.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/lguest/boot.c b/arch/x86/lguest/boot.c index 2bdf628066bd..9257510b4836 100644 --- a/arch/x86/lguest/boot.c +++ b/arch/x86/lguest/boot.c @@ -1390,7 +1390,6 @@ __init void lguest_init(void) #endif #ifdef CONFIG_ACPI acpi_disabled = 1; - acpi_ht = 0; #endif /* |