Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48032
b: refs/heads/master
c: a0610dd
h: refs/heads/master
v: v3
  • Loading branch information
S.Caglar Onur authored and Linus Torvalds committed Feb 12, 2007
1 parent eeea8dd commit b12b2dc
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: 96958231cea5985e32db2ae1125ec20483e3556b
refs/heads/master: a0610ddf6be6465049a5da448d7e6c5e821240e6
2 changes: 1 addition & 1 deletion trunk/drivers/kvm/kvm.h
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ static inline void load_gs(u16 sel)
#ifndef load_ldt
static inline void load_ldt(u16 sel)
{
asm ("lldt %0" : : "g"(sel));
asm ("lldt %0" : : "rm"(sel));
}
#endif

Expand Down

0 comments on commit b12b2dc

Please sign in to comment.