aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.30/006-gcc4_inline_fix.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2009-10-26 10:15:52 +0000
committerImre Kaloz <kaloz@openwrt.org>2009-10-26 10:15:52 +0000
commite7e57d3cb822ee88e4e7fb4980080d05ba2bacb5 (patch)
tree9c4c8dc38241401815c5d271146a173f9da472ba /target/linux/generic-2.6/patches-2.6.30/006-gcc4_inline_fix.patch
parent5c345d5c3769fffe4be85edf9e5a2500506e0d76 (diff)
downloadmaster-187ad058-e7e57d3cb822ee88e4e7fb4980080d05ba2bacb5.tar.gz
master-187ad058-e7e57d3cb822ee88e4e7fb4980080d05ba2bacb5.tar.bz2
master-187ad058-e7e57d3cb822ee88e4e7fb4980080d05ba2bacb5.zip
rename some patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18161 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.30/006-gcc4_inline_fix.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.30/006-gcc4_inline_fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.30/006-gcc4_inline_fix.patch b/target/linux/generic-2.6/patches-2.6.30/006-gcc4_inline_fix.patch
deleted file mode 100644
index 642f11b21f..0000000000
--- a/target/linux/generic-2.6/patches-2.6.30/006-gcc4_inline_fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/arch/mips/include/asm/system.h
-+++ b/arch/mips/include/asm/system.h
-@@ -187,7 +187,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: