Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4734
b: refs/heads/master
c: 9d94377
h: refs/heads/master
v: v3
  • Loading branch information
Nickolai Zeldovich authored and Len Brown committed Jul 12, 2005
1 parent 9bbf5d4 commit 16bed3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c9c3e457de24cca2ca688fa397d93a241f472048
refs/heads/master: 9d9437759eb6fdb68f7b82cbee20b0fb711d9f0d
5 changes: 3 additions & 2 deletions trunk/arch/i386/kernel/acpi/wakeup.S
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@ wakeup_code:
movw %ax,%fs
movw $0x0e00 + 'i', %fs:(0x12)

# need a gdt
lgdt real_save_gdt - wakeup_code
# need a gdt -- use lgdtl to force 32-bit operands, in case
# the GDT is located past 16 megabytes.
lgdtl real_save_gdt - wakeup_code

movl real_save_cr0 - wakeup_code, %eax
movl %eax, %cr0
Expand Down

0 comments on commit 16bed3a

Please sign in to comment.