Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182535
b: refs/heads/master
c: 17c0e71
h: refs/heads/master
i:
  182533: 6dcdafa
  182531: 400117b
  182527: b993e02
v: v3
  • Loading branch information
Ingo Molnar authored and Thomas Gleixner committed Feb 16, 2010
1 parent 0ef6f52 commit 5d8b09d
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: 3bef444797f7624f8fbd27f4e0334ce96a108725
refs/heads/master: 17c0e7107bed3d578864e6519f7f4e4c324c8f58
4 changes: 2 additions & 2 deletions trunk/arch/x86/include/asm/atomic.h
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,10 @@ static inline int atomic_add_return(int i, atomic_t *v)

#ifdef CONFIG_M386
no_xadd: /* Legacy 386 processor */
local_irq_save(flags);
raw_local_irq_save(flags);
__i = atomic_read(v);
atomic_set(v, i + __i);
local_irq_restore(flags);
raw_local_irq_restore(flags);
return i + __i;
#endif
}
Expand Down

0 comments on commit 5d8b09d

Please sign in to comment.