Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58072
b: refs/heads/master
c: eaf6c76
h: refs/heads/master
v: v3
  • Loading branch information
Dean Nelson authored and Tony Luck committed Jun 26, 2007
1 parent 43115fe commit c62ec55
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 2e77ff21d225f7676517ac895df2be8ada573f4f
refs/heads/master: eaf6c766446c0faa326b339900f975e6f1f62b01
4 changes: 2 additions & 2 deletions trunk/include/asm-ia64/sn/sn_sal.h
Original file line number Diff line number Diff line change
Expand Up @@ -696,8 +696,8 @@ static inline int
sn_change_coherence(u64 *new_domain, u64 *old_domain)
{
struct ia64_sal_retval ret_stuff;
ia64_sal_oemcall(&ret_stuff, SN_SAL_COHERENCE, (u64)new_domain,
(u64)old_domain, 0, 0, 0, 0, 0);
ia64_sal_oemcall_nolock(&ret_stuff, SN_SAL_COHERENCE, (u64)new_domain,
(u64)old_domain, 0, 0, 0, 0, 0);
return ret_stuff.status;
}

Expand Down

0 comments on commit c62ec55

Please sign in to comment.