- patches.arch/x86_mce_intel_decode_physical_address.patch:
[linux-flexiantxendom0-3.2.10.git] / drivers / acpi / acpica / tbxfroot.c
index dda6e8c..fd2c07d 100644 (file)
@@ -134,7 +134,7 @@ acpi_status acpi_find_root_pointer(acpi_size *table_address)
                                       ACPI_EBDA_PTR_LENGTH);
        if (!table_ptr) {
                ACPI_ERROR((AE_INFO,
-                           "Could not map memory at %8.8X for length %X",
+                           "Could not map memory at 0x%8.8X for length %u",
                            ACPI_EBDA_PTR_LOCATION, ACPI_EBDA_PTR_LENGTH));
 
                return_ACPI_STATUS(AE_NO_MEMORY);
@@ -159,7 +159,7 @@ acpi_status acpi_find_root_pointer(acpi_size *table_address)
                                               ACPI_EBDA_WINDOW_SIZE);
                if (!table_ptr) {
                        ACPI_ERROR((AE_INFO,
-                                   "Could not map memory at %8.8X for length %X",
+                                   "Could not map memory at 0x%8.8X for length %u",
                                    physical_address, ACPI_EBDA_WINDOW_SIZE));
 
                        return_ACPI_STATUS(AE_NO_MEMORY);
@@ -191,7 +191,7 @@ acpi_status acpi_find_root_pointer(acpi_size *table_address)
 
        if (!table_ptr) {
                ACPI_ERROR((AE_INFO,
-                           "Could not map memory at %8.8X for length %X",
+                           "Could not map memory at 0x%8.8X for length %u",
                            ACPI_HI_RSDP_WINDOW_BASE,
                            ACPI_HI_RSDP_WINDOW_SIZE));