summaryrefslogtreecommitdiffstats
path: root/source/components/tables/tbinstal.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/components/tables/tbinstal.c')
-rw-r--r--source/components/tables/tbinstal.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/source/components/tables/tbinstal.c b/source/components/tables/tbinstal.c
index ecbf256..ce4a93d 100644
--- a/source/components/tables/tbinstal.c
+++ b/source/components/tables/tbinstal.c
@@ -5,7 +5,7 @@
*****************************************************************************/
/*
- * Copyright (C) 2000 - 2013, Intel Corp.
+ * Copyright (C) 2000 - 2014, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -315,9 +315,10 @@ AcpiTbTableOverride (
if (!NewTable)
{
ACPI_EXCEPTION ((AE_INFO, AE_NO_MEMORY,
- "%4.4s %p Attempted physical table override failed",
+ "%4.4s " ACPI_PRINTF_UINT
+ " Attempted physical table override failed",
TableHeader->Signature,
- ACPI_CAST_PTR (void, TableDesc->Address)));
+ ACPI_FORMAT_TO_UINT (TableDesc->Address)));
return (NULL);
}
@@ -331,11 +332,11 @@ AcpiTbTableOverride (
FinishOverride:
- ACPI_INFO ((AE_INFO,
- "%4.4s %p %s table override, new table: %p",
+ ACPI_INFO ((AE_INFO, "%4.4s " ACPI_PRINTF_UINT
+ " %s table override, new table: " ACPI_PRINTF_UINT,
TableHeader->Signature,
- ACPI_CAST_PTR (void, TableDesc->Address),
- OverrideType, NewTable));
+ ACPI_FORMAT_TO_UINT (TableDesc->Address),
+ OverrideType, ACPI_FORMAT_TO_UINT (NewTable)));
/* We can now unmap/delete the original table (if fully mapped) */
OpenPOWER on IntegriCloud