projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[ep93xx] package more board specific modules:
[openwrt.git]
/
target
/
linux
/
lantiq
/
patches-2.6.39
/
260-ar9-cache-split.patch
diff --git
a/target/linux/lantiq/patches-2.6.39/260-ar9-cache-split.patch
b/target/linux/lantiq/patches-2.6.39/260-ar9-cache-split.patch
index
88d2a61
..
254fc61
100644
(file)
--- a/
target/linux/lantiq/patches-2.6.39/260-ar9-cache-split.patch
+++ b/
target/linux/lantiq/patches-2.6.39/260-ar9-cache-split.patch
@@
-1,6
+1,6
@@
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
-@@ -1
653,6 +1653,28 @@
+@@ -1
878,6 +1878,28 @@ config IFX_VPE_EXT
help
IFX included extensions in APRP
help
IFX included extensions in APRP
@@
-31,7
+31,7
@@
depends on MIPS_MT && PROC_FS
--- a/arch/mips/kernel/vpe.c
+++ b/arch/mips/kernel/vpe.c
depends on MIPS_MT && PROC_FS
--- a/arch/mips/kernel/vpe.c
+++ b/arch/mips/kernel/vpe.c
-@@ -12
9,6 +129,13 @@
+@@ -12
8,6 +128,13 @@ __setup("vpe1_wdog_timeout=", wdog_timeo
EXPORT_SYMBOL(vpe1_wdog_timeout);
#endif
EXPORT_SYMBOL(vpe1_wdog_timeout);
#endif
@@
-45,7
+45,7
@@
/* grab the likely amount of memory we will need. */
#ifdef CONFIG_MIPS_VPE_LOADER_TOM
#define P_SIZE (2 * 1024 * 1024)
/* grab the likely amount of memory we will need. */
#ifdef CONFIG_MIPS_VPE_LOADER_TOM
#define P_SIZE (2 * 1024 * 1024)
-@@ -86
7,6 +874,65 @@
+@@ -86
6,6 +873,65 @@ static int vpe_run(struct vpe * v)
/* enable this VPE */
write_vpe_c0_vpeconf0(read_vpe_c0_vpeconf0() | VPECONF0_VPA);
/* enable this VPE */
write_vpe_c0_vpeconf0(read_vpe_c0_vpeconf0() | VPECONF0_VPA);
@@
-113,7
+113,7
@@
write_vpe_c0_cause(0);
--- a/arch/mips/mm/c-r4k.c
+++ b/arch/mips/mm/c-r4k.c
write_vpe_c0_cause(0);
--- a/arch/mips/mm/c-r4k.c
+++ b/arch/mips/mm/c-r4k.c
-@@ -134
8,6 +1348,106 @@
+@@ -134
5,6 +1345,106 @@ static int __init setcoherentio(char *st
__setup("coherentio", setcoherentio);
#endif
__setup("coherentio", setcoherentio);
#endif
@@
-220,7
+220,7
@@
void __cpuinit r4k_cache_init(void)
{
extern void build_clear_page(void);
void __cpuinit r4k_cache_init(void)
{
extern void build_clear_page(void);
-@@ -136
7,6 +1467,78 @@
+@@ -136
4,6 +1464,78 @@ void __cpuinit r4k_cache_init(void)
break;
}
break;
}
This page took
0.025554 seconds
and
4
git commands to generate.