Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35964
b: refs/heads/master
c: 2817716
h: refs/heads/master
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Andi Kleen committed Sep 26, 2006
1 parent f964af7 commit 3845854
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: de09bddb9d6f96785be470c832b881e6d72d589f
refs/heads/master: 2817716ace8c397685bd702223cc5a8a42c7e997
2 changes: 1 addition & 1 deletion trunk/include/asm-i386/desc.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ static inline void pack_descriptor(__u32 *a, __u32 *b,
{
*a = ((base & 0xffff) << 16) | (limit & 0xffff);
*b = (base & 0xff000000) | ((base & 0xff0000) >> 16) |
((type & 0xff) << 8) | ((flags & 0xf) << 12);
(limit & 0x000f0000) | ((type & 0xff) << 8) | ((flags & 0xf) << 20);
}

static inline void pack_gate(__u32 *a, __u32 *b,
Expand Down

0 comments on commit 3845854

Please sign in to comment.