vserver 1.9.5.x5
[linux-2.6.git] / drivers / acpi / executer / exconfig.c
index 1e6a898..ac3c061 100644 (file)
@@ -5,7 +5,7 @@
  *****************************************************************************/
 
 /*
- * Copyright (C) 2000 - 2004, R. Byron Moore
+ * Copyright (C) 2000 - 2005, R. Byron Moore
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -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;