From fc2ff8b4ae15e9952d34803553e9917c8091d72a Mon Sep 17 00:00:00 2001 From: jkim Date: Thu, 21 Jan 2010 20:56:18 +0000 Subject: Import ACPICA 20100121. --- debugger/dbfileio.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'debugger/dbfileio.c') diff --git a/debugger/dbfileio.c b/debugger/dbfileio.c index d52a72c..c6f2e25 100644 --- a/debugger/dbfileio.c +++ b/debugger/dbfileio.c @@ -9,7 +9,7 @@ * * 1. Copyright Notice * - * Some or all of this work - Copyright (c) 1999 - 2009, Intel Corp. + * Some or all of this work - Copyright (c) 1999 - 2010, Intel Corp. * All rights reserved. * * 2. License @@ -150,9 +150,6 @@ AcpiDbCheckTextModeCorruption ( UINT32 TableLength, UINT32 FileLength); -static ACPI_STATUS -AeLocalLoadTable ( - ACPI_TABLE_HEADER *TablePtr); #endif /******************************************************************************* @@ -424,7 +421,7 @@ AcpiDbReadTable ( { /* Now validate the checksum */ - Status = AcpiTbChecksum ((void *) *Table, + Status = AcpiTbVerifyChecksum ((void *) *Table, ACPI_CAST_PTR (ACPI_TABLE_HEADER, *Table)->Length); if (Status == AE_BAD_CHECKSUM) -- cgit v1.1