aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.26/006-gcc4_inline_fix.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-05-07 12:21:02 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-05-07 12:21:02 +0000
commit9eb1a459851213dcafbcdaabdfc2985a877090af (patch)
tree05c8594d9f3b173ad916bd2c6856cf4e79390f61 /target/linux/generic-2.6/patches-2.6.26/006-gcc4_inline_fix.patch
parent6adafe0bc02fc4d31d1de870be6cb8f88356bb7a (diff)
downloadupstream-9eb1a459851213dcafbcdaabdfc2985a877090af.tar.gz
upstream-9eb1a459851213dcafbcdaabdfc2985a877090af.tar.bz2
upstream-9eb1a459851213dcafbcdaabdfc2985a877090af.zip
[kernel] remove 2.6.26 since there are no remaining candidates for it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15666 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.26/006-gcc4_inline_fix.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.26/006-gcc4_inline_fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.26/006-gcc4_inline_fix.patch b/target/linux/generic-2.6/patches-2.6.26/006-gcc4_inline_fix.patch
deleted file mode 100644
index cd62e9c250..0000000000
--- a/target/linux/generic-2.6/patches-2.6.26/006-gcc4_inline_fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/include/asm-mips/system.h
-+++ b/include/asm-mips/system.h
-@@ -185,7 +185,7 @@ extern __u64 __xchg_u64_unsupported_on_3
- 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: