summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/acpi/madt_playdead.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/acpi/madt_playdead.S')
-rw-r--r--arch/x86/kernel/acpi/madt_playdead.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/acpi/madt_playdead.S b/arch/x86/kernel/acpi/madt_playdead.S
index 4e498d28cdc8..aefb9cb583ad 100644
--- a/arch/x86/kernel/acpi/madt_playdead.S
+++ b/arch/x86/kernel/acpi/madt_playdead.S
@@ -14,6 +14,7 @@
* rsi: PGD of the identity mapping
*/
SYM_FUNC_START(asm_acpi_mp_play_dead)
+ ANNOTATE_NOENDBR
/* Turn off global entries. Following CR3 write will flush them. */
movq %cr4, %rdx
andq $~(X86_CR4_PGE), %rdx