aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/acpica/acpi_wakecode.S
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2009-04-02 00:23:56 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2009-04-02 00:23:56 +0000
commitc8b7d7f4bfc4a6b6b8c555b7524dc85b749b37da (patch)
tree5564516b9d2952f10d39e54744ea45800d0c3a5b /sys/amd64/acpica/acpi_wakecode.S
parent5feb21d972c51025e14b7dd1d0aa55a2f8827ba7 (diff)
Chase GDT layout changes and unbreak suspend/resume on amd64.
Notes
Notes: svn path=/head/; revision=190635
Diffstat (limited to 'sys/amd64/acpica/acpi_wakecode.S')
-rw-r--r--sys/amd64/acpica/acpi_wakecode.S8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/amd64/acpica/acpi_wakecode.S b/sys/amd64/acpica/acpi_wakecode.S
index 4165ec68867d..4e82f53196af 100644
--- a/sys/amd64/acpica/acpi_wakecode.S
+++ b/sys/amd64/acpica/acpi_wakecode.S
@@ -223,6 +223,12 @@ reset_video:
bootgdt:
.long 0x00000000
.long 0x00000000
+ .long 0x00000000
+ .long 0x00000000
+ .long 0x00000000
+ .long 0x00000000
+ .long 0x00000000
+ .long 0x00000000
bootcode64:
.long 0x0000ffff
@@ -261,6 +267,8 @@ wakeup_xpcb:
wakeup_gdt:
.word 0
.quad 0
+
+ ALIGN_DATA
wakeup_efer:
.quad 0
wakeup_pat: