diff options
author | Bob Moore <robert.moore@intel.com> | 2007-02-02 11:48:20 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-02-02 21:14:25 -0500 |
commit | ea5d8ebcbb7ca3bcb35a2133805571295f3f06e8 (patch) | |
tree | f29ca361fe3e9592898730fcd5e42d9fdff84429 /drivers/acpi/tables/tbutils.c | |
parent | 775d85b6aa33116da8aacad4168c540ce86a1803 (diff) |
ACPICA: FADT verification is now table driven.
Disassembler now verifies an input
Signed-off-by: Alexey Starikovskiy <alexey.y.starikovskiy@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
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", |