]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/acpi/tables.c
ACPI: delete the "acpi=ht" boot option
[net-next-2.6.git] / drivers / acpi / tables.c
index 8a0ed2800e6359a49f781b41d2afc44cd183225b..f336bca7c4503ec1d03d7741ee8185afae942381 100644 (file)
@@ -213,7 +213,7 @@ acpi_table_parse_entries(char *id,
        unsigned long table_end;
        acpi_size tbl_size;
 
-       if (acpi_disabled && !acpi_ht)
+       if (acpi_disabled)
                return -ENODEV;
 
        if (!handler)
@@ -280,7 +280,7 @@ int __init acpi_table_parse(char *id, acpi_table_handler handler)
        struct acpi_table_header *table = NULL;
        acpi_size tbl_size;
 
-       if (acpi_disabled && !acpi_ht)
+       if (acpi_disabled)
                return -ENODEV;
 
        if (!handler)