ACPI: ACPICA 20060310
[deliverable/linux.git] / drivers / acpi / tables / tbget.c
index 4615e1afe8defcd1c0882e52be6e05e7a57ba136..b7bd20b9a75ea1c86df986c0c1f644c22c91e3ff 100644 (file)
@@ -330,7 +330,7 @@ acpi_tb_get_this_table(struct acpi_pointer *address,
 
                /* Pointer matches processor mode, copy the table to a new buffer */
 
-               full_table = ACPI_MEM_ALLOCATE(header->length);
+               full_table = ACPI_ALLOCATE(header->length);
                if (!full_table) {
                        ACPI_ERROR((AE_INFO,
                                    "Could not allocate table memory for [%4.4s] length %X",
This page took 0.061362 seconds and 5 git commands to generate.