Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100119
b: refs/heads/master
c: d9fc3fd
h: refs/heads/master
i:
  100117: 1dc3ede
  100115: 93fa91d
  100111: 4d2721c
v: v3
  • Loading branch information
Ingo Molnar committed Jul 11, 2008
1 parent 1ed645d commit f4cac1b
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: b6ad92d4faade38619e89acc509ca1416b81a0bd
refs/heads/master: d9fc3fd3fab186447b5d2e7db3c2ee149064cc7c
2 changes: 1 addition & 1 deletion trunk/include/asm-x86/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ extern void native_load_gs_index(unsigned);
* Save a segment register away
*/
#define savesegment(seg, value) \
asm("mov %%" #seg ",%0":"=rm" (value) : : "memory")
asm("mov %%" #seg ",%0":"=r" (value) : : "memory")

static inline unsigned long get_limit(unsigned long segment)
{
Expand Down

0 comments on commit f4cac1b

Please sign in to comment.