projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[olpc] add experimental 2.6.30 support
[openwrt.git]
/
target
/
linux
/
gemini
/
patches
/
001-git_sync.patch
diff --git
a/target/linux/gemini/patches/001-git_sync.patch
b/target/linux/gemini/patches/001-git_sync.patch
index
e0306e8
..
c408b6f
100644
(file)
--- a/
target/linux/gemini/patches/001-git_sync.patch
+++ b/
target/linux/gemini/patches/001-git_sync.patch
@@
-80,7
+80,7
@@
static inline int dma_is_consistent(struct device *dev, dma_addr_t handle)
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
static inline int dma_is_consistent(struct device *dev, dma_addr_t handle)
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
-@@ -82
4,7 +824
,7 @@ config ISA_DMA_API
+@@ -82
5,7 +825
,7 @@ config ISA_DMA_API
bool
config PCI
bool
config PCI
@@
-189,8
+189,8
@@
.globl __kuser_helper_start
__kuser_helper_start:
.globl __kuser_helper_start
__kuser_helper_start:
-@@ -8
21,7 +822
,7 @@ __kuser_memory_barrier: @ 0xffff0fa0
- #endif
+@@ -8
18,7 +819
,7 @@ __kuser_memory_barrier: @ 0xffff0fa0
+ smp_dmb
usr_ret lr
- .align 5
usr_ret lr
- .align 5
@@
-198,7
+198,7
@@
/*
* Reference prototype:
/*
* Reference prototype:
-@@ -95
3,7 +954
,7 @@ kuser_cmpxchg_fixup:
+@@ -95
0,7 +951
,7 @@ kuser_cmpxchg_fixup:
#endif
#endif
@@
-207,7
+207,7
@@
/*
* Reference prototype:
/*
* Reference prototype:
-@@ -103
5,7 +1036
,7 @@ __kuser_helper_end:
+@@ -103
2,7 +1033
,7 @@ __kuser_helper_end:
* of which is copied into r0 for the mode specific abort handler.
*/
.macro vector_stub, name, mode, correction=0
* of which is copied into r0 for the mode specific abort handler.
*/
.macro vector_stub, name, mode, correction=0
@@
-216,7
+216,7
@@
vector_\name:
.if \correction
vector_\name:
.if \correction
-@@ -11
60,7 +1161
,7 @@ __stubs_start:
+@@ -11
57,7 +1158
,7 @@ __stubs_start:
.long __und_invalid @ e
.long __und_invalid @ f
.long __und_invalid @ e
.long __und_invalid @ f
@@
-225,7
+225,7
@@
/*=============================================================================
* Undefined FIQs
/*=============================================================================
* Undefined FIQs
-@@ -11
90,7 +1191
,7 @@ vector_addrexcptn:
+@@ -11
87,7 +1188
,7 @@ vector_addrexcptn:
* We group all the following data together to optimise
* for CPUs with separate I & D caches.
*/
* We group all the following data together to optimise
* for CPUs with separate I & D caches.
*/
@@
-850,7
+850,7
@@
+#endif /* __MACH_GMAC_H__ */
--- a/arch/arm/mach-gemini/include/mach/hardware.h
+++ b/arch/arm/mach-gemini/include/mach/hardware.h
+#endif /* __MACH_GMAC_H__ */
--- a/arch/arm/mach-gemini/include/mach/hardware.h
+++ b/arch/arm/mach-gemini/include/mach/hardware.h
-@@ -7
2,4 +72
,12 @@
+@@ -7
1,4 +71
,12 @@
*/
#define IO_ADDRESS(x) ((((x) & 0xFFF00000) >> 4) | ((x) & 0x000FFFFF) | 0xF0000000)
*/
#define IO_ADDRESS(x) ((((x) & 0xFFF00000) >> 4) | ((x) & 0x000FFFFF) | 0xF0000000)
This page took
0.022439 seconds
and
4
git commands to generate.