From bc536d5ac54ef718712f42e462bf4a34b92c7bad Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Mon, 30 Jan 2012 18:28:56 +0000 Subject: [PATCH] Naturally align a newly added wakeup_fpusave. --- sys/amd64/acpica/acpi_wakecode.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/amd64/acpica/acpi_wakecode.S b/sys/amd64/acpica/acpi_wakecode.S index 6e44e6c5b818..ed239c5ac1af 100644 --- a/sys/amd64/acpica/acpi_wakecode.S +++ b/sys/amd64/acpica/acpi_wakecode.S @@ -267,11 +267,11 @@ wakeup_ctx: .quad 0 wakeup_pcb: .quad 0 +wakeup_fpusave: + .quad 0 wakeup_gdt: .word 0 .quad 0 -wakeup_fpusave: - .quad 0 ALIGN_DATA wakeup_efer: