diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2009-04-02 00:23:56 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2009-04-02 00:23:56 +0000 |
commit | c8b7d7f4bfc4a6b6b8c555b7524dc85b749b37da (patch) | |
tree | 5564516b9d2952f10d39e54744ea45800d0c3a5b /sys/amd64/acpica/acpi_wakecode.S | |
parent | 5feb21d972c51025e14b7dd1d0aa55a2f8827ba7 (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.S | 8 |
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: |