summaryrefslogtreecommitdiff
path: root/target/linux/generic-2.6/patches-2.6.22/006-gcc4_inline_fix.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-09-21 11:32:06 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-09-21 11:32:06 +0000
commitd1f4f4646de1c5dbcd7b9d1582519361485fbcd7 (patch)
treed69c96dcf364fa387bdf6d5369e9147c50c7d310 /target/linux/generic-2.6/patches-2.6.22/006-gcc4_inline_fix.patch
parent78fd83bd1228e977bc3f4ad433c6dc56a9c4cd75 (diff)
downloadmtk-20170518-d1f4f4646de1c5dbcd7b9d1582519361485fbcd7.zip
mtk-20170518-d1f4f4646de1c5dbcd7b9d1582519361485fbcd7.tar.gz
mtk-20170518-d1f4f4646de1c5dbcd7b9d1582519361485fbcd7.tar.bz2
Remove 2.6.22 files, no target uses them anymore
SVN-Revision: 12638
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.22/006-gcc4_inline_fix.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.22/006-gcc4_inline_fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.22/006-gcc4_inline_fix.patch b/target/linux/generic-2.6/patches-2.6.22/006-gcc4_inline_fix.patch
deleted file mode 100644
index 0059088..0000000
--- a/target/linux/generic-2.6/patches-2.6.22/006-gcc4_inline_fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/include/asm-mips/system.h
-+++ b/include/asm-mips/system.h
-@@ -188,7 +188,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: