Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35940
b: refs/heads/master
c: 85691f1
h: refs/heads/master
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Andi Kleen committed Sep 26, 2006
1 parent 33f03b2 commit 636c4a4
Show file tree
Hide file tree
Showing 2 changed files with 3 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: baf5695dd1a49bb48a3daf08726d7f243f42e97e
refs/heads/master: 85691f135db78f3548107a0abe383dfab3bc38fa
3 changes: 2 additions & 1 deletion trunk/include/asm-x86_64/pda.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ extern struct x8664_pda _proxy_pda;

#define pda_to_op(op,field,val) do { \
typedef typeof(_proxy_pda.field) T__; \
switch (sizeof(_proxy_pda.field)) { \
if (0) { T__ tmp__; tmp__ = (val); } \
switch (sizeof(_proxy_pda.field)) { \
case 2: \
asm(op "w %1,%%gs:%c2" : "+m" (_proxy_pda.field) : \
"ri" ((T__)val),"i"(pda_offset(field))); break; \
Expand Down

0 comments on commit 636c4a4

Please sign in to comment.