summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/tbgetall.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/tbgetall.c')
-rw-r--r--sys/contrib/dev/acpica/tbgetall.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/contrib/dev/acpica/tbgetall.c b/sys/contrib/dev/acpica/tbgetall.c
index 3e7989a..4ed22b0 100644
--- a/sys/contrib/dev/acpica/tbgetall.c
+++ b/sys/contrib/dev/acpica/tbgetall.c
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: tbgetall - Get all required ACPI tables
- * $Revision: 5 $
+ * $Revision: 7 $
*
*****************************************************************************/
@@ -311,7 +311,7 @@ AcpiTbGetRequiredTables (
*/
for (i = 0; i < AcpiGbl_RsdtTableCount; i++)
{
- /* Get the table addresss from the common internal XSDT */
+ /* Get the table address from the common internal XSDT */
Address.Pointer.Value = ACPI_GET_ADDRESS (AcpiGbl_XSDT->TableOffsetEntry[i]);
@@ -396,7 +396,7 @@ AcpiTbGetRequiredTables (
/* Always delete the RSDP mapping, we are done with it */
- AcpiTbDeleteAcpiTable (ACPI_TABLE_RSDP);
+ AcpiTbDeleteTablesByType (ACPI_TABLE_RSDP);
return_ACPI_STATUS (Status);
}
OpenPOWER on IntegriCloud