Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116772
b: refs/heads/master
c: 41a6ba0
h: refs/heads/master
v: v3
  • Loading branch information
Isaku Yamahata authored and Tony Luck committed Oct 17, 2008
1 parent 4453456 commit 9f26ab0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 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: ce1fc742f9703eeda0787b449ac57a780585bc97
refs/heads/master: 41a6ba09839cc5b114ea2c2c064b056e35cf93f1
10 changes: 8 additions & 2 deletions trunk/arch/ia64/include/asm/native/inst.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,13 @@
;; \
movl clob = PARAVIRT_POISON; \
;;
# define CLOBBER_PRED(pred_clob) \
;; \
cmp.eq pred_clob, p0 = r0, r0 \
;;
#else
# define CLOBBER(clob) /* nothing */
# define CLOBBER(clob) /* nothing */
# define CLOBBER_PRED(pred_clob) /* nothing */
#endif

#define MOV_FROM_IFA(reg) \
Expand Down Expand Up @@ -136,7 +141,8 @@

#define SSM_PSR_I(pred, pred_clob, clob) \
(pred) ssm psr.i \
CLOBBER(clob)
CLOBBER(clob) \
CLOBBER_PRED(pred_clob)

#define RSM_PSR_I(pred, clob0, clob1) \
(pred) rsm psr.i \
Expand Down

0 comments on commit 9f26ab0

Please sign in to comment.