target/linux: add preliminary 2.6.37 kernel support

SVN-Revision: 23828
This commit is contained in:
Alexandros C. Couloumbis
2010-11-03 16:13:33 +00:00
parent 55081c6a19
commit a2d17ea8cf
116 changed files with 67724 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- a/arch/mips/include/asm/system.h
+++ b/arch/mips/include/asm/system.h
@@ -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)
{
switch (size) {
case 4: