summaryrefslogtreecommitdiff
path: root/target/linux/generic/patches-2.6.33/013-gcc4_inline_fix.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-12-17 17:10:04 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-12-17 17:10:04 +0000
commit0d01356fc69e536f51d8694689bf1b55ea4b508d (patch)
tree55b8af1c9b2364575dd7202ba4bc5dc877ebe169 /target/linux/generic/patches-2.6.33/013-gcc4_inline_fix.patch
parent8390b7dc9b1dd45dfc3a605c92ba3ff03ff0ff59 (diff)
downloadmtk-20170518-0d01356fc69e536f51d8694689bf1b55ea4b508d.zip
mtk-20170518-0d01356fc69e536f51d8694689bf1b55ea4b508d.tar.gz
mtk-20170518-0d01356fc69e536f51d8694689bf1b55ea4b508d.tar.bz2
generic: nuke 2.6.33 specific stuff, is not used by any platform
SVN-Revision: 24644
Diffstat (limited to 'target/linux/generic/patches-2.6.33/013-gcc4_inline_fix.patch')
-rw-r--r--target/linux/generic/patches-2.6.33/013-gcc4_inline_fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/generic/patches-2.6.33/013-gcc4_inline_fix.patch b/target/linux/generic/patches-2.6.33/013-gcc4_inline_fix.patch
deleted file mode 100644
index 77ab405..0000000
--- a/target/linux/generic/patches-2.6.33/013-gcc4_inline_fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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: