- patches.fixes/patch-2.6.11-rc1: 2.6.11-rc1.
[linux-flexiantxendom0-3.2.10.git] / drivers / acpi / executer / exconfig.c
index 1e6a898..e442985 100644 (file)
@@ -95,7 +95,7 @@ acpi_ex_add_table (
 
        ACPI_MEMSET (&table_info, 0, sizeof (struct acpi_table_desc));
 
-       table_info.type        = 5;
+       table_info.type        = ACPI_TABLE_SSDT;
        table_info.pointer     = table;
        table_info.length      = (acpi_size) table->length;
        table_info.allocation  = ACPI_MEM_ALLOCATED;