Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18621
b: refs/heads/master
c: f15ac58
h: refs/heads/master
i:
  18619: d31db78
v: v3
  • Loading branch information
Xu, Anthony authored and Tony Luck committed Jan 16, 2006
1 parent 52e4dd6 commit 4170d02
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: 7b9c8ba2d634a0467a8a36018a28624563f34f47
refs/heads/master: f15ac5801fdc1b217c3b8b5dbc63a09371d2ee4d
2 changes: 1 addition & 1 deletion trunk/include/asm-ia64/pal.h
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ static inline s64
ia64_pal_cache_flush (u64 cache_type, u64 invalidate, u64 *progress, u64 *vector)
{
struct ia64_pal_retval iprv;
PAL_CALL_IC_OFF(iprv, PAL_CACHE_FLUSH, cache_type, invalidate, *progress);
PAL_CALL(iprv, PAL_CACHE_FLUSH, cache_type, invalidate, *progress);
if (vector)
*vector = iprv.v0;
*progress = iprv.v1;
Expand Down

0 comments on commit 4170d02

Please sign in to comment.