Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1710
b: refs/heads/master
c: 8eac375
h: refs/heads/master
v: v3
  • Loading branch information
Russ Anderson authored and Tony Luck committed May 17, 2005
1 parent 3866aff commit e815d6b
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: bb68c12b40c3c745381d7ce61d7b2e371f157505
refs/heads/master: 8eac3757158ccd9c6b43f44f228a5762fec33781
2 changes: 1 addition & 1 deletion trunk/include/asm-ia64/sn/sn_sal.h
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ static inline u64
ia64_sn_pod_mode(void)
{
struct ia64_sal_retval isrv;
SAL_CALL(isrv, SN_SAL_POD_MODE, 0, 0, 0, 0, 0, 0, 0);
SAL_CALL_REENTRANT(isrv, SN_SAL_POD_MODE, 0, 0, 0, 0, 0, 0, 0);
if (isrv.status)
return 0;
return isrv.v0;
Expand Down

0 comments on commit e815d6b

Please sign in to comment.