Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168268
b: refs/heads/master
c: 2c75910
h: refs/heads/master
v: v3
  • Loading branch information
Chris Lalancette authored and Linus Torvalds committed Nov 5, 2009
1 parent 8c1d5f2 commit 23d7dc0
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: 9a6fc8d0f8c3ee3d42417e8315fc8c8fae1d3213
refs/heads/master: 2c75910f1aa042be1dd769378d2611bf551721ac
2 changes: 1 addition & 1 deletion trunk/arch/x86/include/asm/desc.h
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ static inline void load_LDT(mm_context_t *pc)

static inline unsigned long get_desc_base(const struct desc_struct *desc)
{
return desc->base0 | ((desc->base1) << 16) | ((desc->base2) << 24);
return (unsigned)(desc->base0 | ((desc->base1) << 16) | ((desc->base2) << 24));
}

static inline void set_desc_base(struct desc_struct *desc, unsigned long base)
Expand Down

0 comments on commit 23d7dc0

Please sign in to comment.