From 5d9e81e0b8955526f5646912f43f1e1be05056b3 Mon Sep 17 00:00:00 2001 From: aystarik Date: Wed, 29 Jun 2005 18:56:47 +0000 Subject: [PATCH] ACPI_PHYSICAL_ADDRESS cleanups date 2000.11.03.00.08.00; author agrover; state Exp; --- source/components/tables/tbutils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/components/tables/tbutils.c b/source/components/tables/tbutils.c index 49308bf57..a1abdf36a 100644 --- a/source/components/tables/tbutils.c +++ b/source/components/tables/tbutils.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: tbutils - Table manipulation utilities - * $Revision: 1.29 $ + * $Revision: 1.30 $ * *****************************************************************************/ @@ -337,7 +337,7 @@ AcpiTbValidateTableHeader ( ACPI_STATUS AcpiTbMapAcpiTable ( - UINT64 PhysicalAddress, + ACPI_PHYSICAL_ADDRESS PhysicalAddress, UINT32 *Size, void **LogicalAddress) {