From c5b5cccbb4f3f3a7a0f7fb85ca9c2db489932491 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Fri, 3 Mar 2006 09:42:05 +0000 Subject: [PATCH] --- yaml --- r: 21976 b: refs/heads/master c: 0cea043b56443aef8a77539cdd79451f5d55009d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-mips/system.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 33f5fdb03aed..0e492c424cf0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a206f6a7aa78cfaad1d4519e87d9a54fa2b5cfa6 +refs/heads/master: 0cea043b56443aef8a77539cdd79451f5d55009d diff --git a/trunk/include/asm-mips/system.h b/trunk/include/asm-mips/system.h index ddae9bae31af..4097fac5ac3c 100644 --- a/trunk/include/asm-mips/system.h +++ b/trunk/include/asm-mips/system.h @@ -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;