Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21976
b: refs/heads/master
c: 0cea043
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Mar 21, 2006
1 parent 0353e7a commit c5b5ccc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: a206f6a7aa78cfaad1d4519e87d9a54fa2b5cfa6
refs/heads/master: 0cea043b56443aef8a77539cdd79451f5d55009d
8 changes: 4 additions & 4 deletions trunk/include/asm-mips/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -286,10 +286,10 @@ extern void __xchg_called_with_bad_pointer(void);
static inline unsigned long __xchg(unsigned long x, volatile void * ptr, int size)
{
switch (size) {
case 4:
return __xchg_u32(ptr, x);
case 8:
return __xchg_u64(ptr, x);
case 4:
return __xchg_u32(ptr, x);
case 8:
return __xchg_u64(ptr, x);
}
__xchg_called_with_bad_pointer();
return x;
Expand Down

0 comments on commit c5b5ccc

Please sign in to comment.