summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Yeryomin <roman@advem.lv>2013-09-19 15:09:48 +0300
committerRoman Yeryomin <roman@advem.lv>2013-09-19 15:09:48 +0300
commit99546c391e7dbe33b104e0aae5acdd441d754dcf (patch)
treebaec46d32e9de00b5a222e40f8e30893cd3e9a60
parent55e15136748e0f6be88c008b5afc0e5623c35b96 (diff)
Rename arch patch to arch-mips. Candidate for removal.
Signed-off-by: Roman Yeryomin <roman@advem.lv>
-rw-r--r--target/linux/realtek/patches-2.6.30/0001-rsdk-arch-mips.patch (renamed from target/linux/realtek/patches-2.6.30/0001-rsdk-arch-nonewfiles.patch)9
1 files changed, 0 insertions, 9 deletions
diff --git a/target/linux/realtek/patches-2.6.30/0001-rsdk-arch-nonewfiles.patch b/target/linux/realtek/patches-2.6.30/0001-rsdk-arch-mips.patch
index b8dc5dad4..5ee9b27ca 100644
--- a/target/linux/realtek/patches-2.6.30/0001-rsdk-arch-nonewfiles.patch
+++ b/target/linux/realtek/patches-2.6.30/0001-rsdk-arch-mips.patch
@@ -35,15 +35,6 @@
#define ATOMIC_INIT(i) { (i) }
/*
-@@ -38,7 +50,7 @@
- *
- * Atomically sets the value of @v to @i.
- */
--#define atomic_set(v, i) ((v)->counter = (i))
-+#define atomic_set(v,i) ((v)->counter = (i))
-
- /*
- * atomic_add - add integer to atomic variable
@@ -49,8 +61,9 @@
*/
static __inline__ void atomic_add(int i, atomic_t * v)