Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15082
b: refs/heads/master
c: f64fa67
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Lameter authored and Tony Luck committed Dec 7, 2005
1 parent 5857f6b commit 60cdd8e
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: 590711b7dd731bb04e7892c0451566d788985e79
refs/heads/master: f64fa6772aa874e5cad02a9d87e6b0d99ced3d48
4 changes: 2 additions & 2 deletions trunk/include/asm-ia64/local.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ typedef struct {
#define local_set(l, i) atomic64_set(&(l)->val, i)
#define local_inc(l) atomic64_inc(&(l)->val)
#define local_dec(l) atomic64_dec(&(l)->val)
#define local_add(l) atomic64_add(&(l)->val)
#define local_sub(l) atomic64_sub(&(l)->val)
#define local_add(i, l) atomic64_add((i), &(l)->val)
#define local_sub(i, l) atomic64_sub((i), &(l)->val)

/* Non-atomic variants, i.e., preemption disabled and won't be touched in interrupt, etc. */

Expand Down

0 comments on commit 60cdd8e

Please sign in to comment.