Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88641
b: refs/heads/master
c: 023196a
h: refs/heads/master
i:
  88639: 299671c
v: v3
  • Loading branch information
Paolo Ciarrocchi authored and Ingo Molnar committed Apr 17, 2008
1 parent 3f32ba7 commit abed02a
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: 1e934dda0c77c8ad13fdda02074f2cfcea118a56
refs/heads/master: 023196a3be708657d828bb139343bceb2c1c9649
2 changes: 1 addition & 1 deletion trunk/arch/x86/boot/pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ static void reset_coprocessor(void)
/*
* Set up the GDT
*/
#define GDT_ENTRY(flags,base,limit) \
#define GDT_ENTRY(flags, base, limit) \
(((u64)(base & 0xff000000) << 32) | \
((u64)flags << 40) | \
((u64)(limit & 0x00ff0000) << 32) | \
Expand Down

0 comments on commit abed02a

Please sign in to comment.