Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19974
b: refs/heads/master
c: c00a76a
h: refs/heads/master
v: v3
  • Loading branch information
Steve Langasek authored and Linus Torvalds committed Feb 8, 2006
1 parent ad911ca commit b999ddb
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: c2f8311d3168ed7d391ba5df5b80f4af0a3457d0
refs/heads/master: c00a76aea339b427b47ddc28de06dee0a652e801
2 changes: 1 addition & 1 deletion trunk/include/asm-alpha/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ __cmpxchg_u64(volatile long *m, unsigned long old, unsigned long new)
if something tries to do an invalid cmpxchg(). */
extern void __cmpxchg_called_with_bad_pointer(void);

static inline unsigned long
static __always_inline unsigned long
__cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, int size)
{
switch (size) {
Expand Down

0 comments on commit b999ddb

Please sign in to comment.