summaryrefslogtreecommitdiffstats
path: root/sys/amd64/acpica/acpi_wakecode.S
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2009-04-02 00:23:56 +0000
committerjkim <jkim@FreeBSD.org>2009-04-02 00:23:56 +0000
commit22270c1fb939b1c07fdff1f7e8f1f33d25e86df4 (patch)
tree5564516b9d2952f10d39e54744ea45800d0c3a5b /sys/amd64/acpica/acpi_wakecode.S
parent84cd3385a22ae2ee3c14d0df12f4b640673401e0 (diff)
downloadFreeBSD-src-22270c1fb939b1c07fdff1f7e8f1f33d25e86df4.zip
FreeBSD-src-22270c1fb939b1c07fdff1f7e8f1f33d25e86df4.tar.gz
Chase GDT layout changes and unbreak suspend/resume on amd64.
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 4165ec6..4e82f53 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:
OpenPOWER on IntegriCloud