diff options
Diffstat (limited to 'drivers/acpi/tables.c')
-rw-r--r-- | drivers/acpi/tables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/tables.c b/drivers/acpi/tables.c index 2604189d6cd1..9b9ac04593fb 100644 --- a/drivers/acpi/tables.c +++ b/drivers/acpi/tables.c | |||
@@ -556,7 +556,7 @@ void __init acpi_table_upgrade(void) | |||
556 | * But it's not enough on X86 because ioremap will | 556 | * But it's not enough on X86 because ioremap will |
557 | * complain later (used by acpi_os_map_memory) that the pages | 557 | * complain later (used by acpi_os_map_memory) that the pages |
558 | * that should get mapped are not marked "reserved". | 558 | * that should get mapped are not marked "reserved". |
559 | * Both memblock_reserve and e820_add_region (via arch_reserve_mem_area) | 559 | * Both memblock_reserve and e820__range_add (via arch_reserve_mem_area) |
560 | * works fine. | 560 | * works fine. |
561 | */ | 561 | */ |
562 | memblock_reserve(acpi_tables_addr, all_tables_size); | 562 | memblock_reserve(acpi_tables_addr, all_tables_size); |