We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5e22a commit 24dd05dCopy full SHA for 24dd05d
arch/x86/kernel/acpi/madt_wakeup.c
@@ -6,10 +6,10 @@
6
#include <asm/processor.h>
7
8
/* Physical address of the Multiprocessor Wakeup Structure mailbox */
9
-static u64 acpi_mp_wake_mailbox_paddr;
+static u64 acpi_mp_wake_mailbox_paddr __ro_after_init;
10
11
/* Virtual address of the Multiprocessor Wakeup Structure mailbox */
12
-static struct acpi_madt_multiproc_wakeup_mailbox *acpi_mp_wake_mailbox;
+static struct acpi_madt_multiproc_wakeup_mailbox *acpi_mp_wake_mailbox __ro_after_init;
13
14
static int acpi_wakeup_cpu(u32 apicid, unsigned long start_ip)
15
{
0 commit comments