diff options
Diffstat (limited to 'drivers/acpi/tables/tbutils.c')
-rw-r--r-- | drivers/acpi/tables/tbutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/tables/tbutils.c b/drivers/acpi/tables/tbutils.c index 54e53e619e6b..1033748e73ec 100644 --- a/drivers/acpi/tables/tbutils.c +++ b/drivers/acpi/tables/tbutils.c | |||
@@ -280,7 +280,7 @@ acpi_tb_get_root_table_entry(u8 * table_entry, | |||
280 | #if ACPI_MACHINE_WIDTH == 32 | 280 | #if ACPI_MACHINE_WIDTH == 32 |
281 | if (address64 > ACPI_UINT32_MAX) { | 281 | if (address64 > ACPI_UINT32_MAX) { |
282 | 282 | ||
283 | /* Will truncate 64-bit address to 32 bits */ | 283 | /* Will truncate 64-bit address to 32 bits, issue warning */ |
284 | 284 | ||
285 | ACPI_WARNING((AE_INFO, | 285 | ACPI_WARNING((AE_INFO, |
286 | "64-bit Physical Address in XSDT is too large (%8.8X%8.8X), truncating", | 286 | "64-bit Physical Address in XSDT is too large (%8.8X%8.8X), truncating", |