Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80252
b: refs/heads/master
c: 387faed
h: refs/heads/master
v: v3
  • Loading branch information
H. Peter Anvin authored and Ingo Molnar committed Jan 30, 2008
1 parent 257062b commit ddcddce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: acd644bb4abb4d9f0ba6b9ec2b356263971ef9d0
refs/heads/master: 387faedb1dee2e917811acd05902cc36142a4850
2 changes: 1 addition & 1 deletion trunk/arch/x86/boot/pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ static void reset_coprocessor(void)
(((u64)(base & 0xff000000) << 32) | \
((u64)flags << 40) | \
((u64)(limit & 0x00ff0000) << 32) | \
((u64)(base & 0x00ffff00) << 16) | \
((u64)(base & 0x00ffffff) << 16) | \
((u64)(limit & 0x0000ffff)))

struct gdt_ptr {
Expand Down

0 comments on commit ddcddce

Please sign in to comment.