aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/kernel/acpi/madt_wakeup.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/acpi/madt_wakeup.c')
-rw-r--r--arch/x86/kernel/acpi/madt_wakeup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/acpi/madt_wakeup.c b/arch/x86/kernel/acpi/madt_wakeup.c
index d222be8d7a07..004801b9b151 100644
--- a/arch/x86/kernel/acpi/madt_wakeup.c
+++ b/arch/x86/kernel/acpi/madt_wakeup.c
@@ -75,7 +75,7 @@ int __init acpi_parse_mp_wake(union acpi_subtable_headers *header,
acpi_table_print_madt_entry(&header->common);
- acpi_mp_wake_mailbox_paddr = mp_wake->base_address;
+ acpi_mp_wake_mailbox_paddr = mp_wake->mailbox_address;
cpu_hotplug_disable_offlining();