kernel: add md5sum for 2.6.32 final, and refresh patches

SVN-Revision: 18636
This commit is contained in:
Gabor Juhos
2009-12-04 20:26:55 +00:00
parent a47b8566a1
commit 1b04095cb2
8 changed files with 12 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
--- a/arch/mips/include/asm/system.h
+++ b/arch/mips/include/asm/system.h
@@ -197,7 +197,7 @@ extern __u64 __xchg_u64_unsupported_on_3
if something tries to do an invalid xchg(). */
extern void __xchg_called_with_bad_pointer(void);
@@ -194,7 +194,7 @@ extern __u64 __xchg_u64_unsupported_on_3
#define __xchg_u64 __xchg_u64_unsupported_on_32bit_kernels
#endif
-static inline unsigned long __xchg(unsigned long x, volatile void * ptr, int size)
+static __always_inline unsigned long __xchg(unsigned long x, volatile void * ptr, int size)