diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-05-06 16:47:53 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-05-06 16:47:53 +0000 |
commit | 3fbd828c6fdcd947ec735c38ca9f700701d1354d (patch) | |
tree | ccc57653f1214858e347485b5c2308cf67353cde /packages/linux/linux-magicbox-2.6.19.2/006-gcc4_inline_fix.patch | |
parent | 7c8380efe7ac5b7d7aaf01f91599bb5e64542710 (diff) |
packages/linux/linux-magicbox_2.6.19.2.bb: Add kernel 2.6.19.2 for Magicbox
The patch set comes from Openwrt project
Diffstat (limited to 'packages/linux/linux-magicbox-2.6.19.2/006-gcc4_inline_fix.patch')
-rw-r--r-- | packages/linux/linux-magicbox-2.6.19.2/006-gcc4_inline_fix.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/linux/linux-magicbox-2.6.19.2/006-gcc4_inline_fix.patch b/packages/linux/linux-magicbox-2.6.19.2/006-gcc4_inline_fix.patch new file mode 100644 index 0000000000..32d0bc4713 --- /dev/null +++ b/packages/linux/linux-magicbox-2.6.19.2/006-gcc4_inline_fix.patch @@ -0,0 +1,12 @@ +diff -urN linux-2.6.19.old/include/asm-mips/system.h linux-2.6.19.dev/include/asm-mips/system.h +--- linux-2.6.19.old/include/asm-mips/system.h 2006-11-29 22:57:37.000000000 +0100 ++++ linux-2.6.19.dev/include/asm-mips/system.h 2006-12-14 03:13:28.000000000 +0100 +@@ -311,7 +311,7 @@ + if something tries to do an invalid xchg(). */ + extern void __xchg_called_with_bad_pointer(void); + +-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: |