1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00
* rebase 3.0 patches
* fold some fixes into existing patches

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28308 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic
2011-09-26 09:35:02 +00:00
parent 764f688955
commit 8ca48d1b67
28 changed files with 766 additions and 585 deletions

View File

@@ -1,6 +1,6 @@
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1878,6 +1878,28 @@ config IFX_VPE_EXT
@@ -1912,6 +1912,28 @@ config IFX_VPE_EXT
help
IFX included extensions in APRP
@@ -113,7 +113,7 @@
write_vpe_c0_cause(0);
--- a/arch/mips/mm/c-r4k.c
+++ b/arch/mips/mm/c-r4k.c
@@ -1345,6 +1345,106 @@ static int __init setcoherentio(char *st
@@ -1346,6 +1346,106 @@ static int __init setcoherentio(char *st
__setup("coherentio", setcoherentio);
#endif
@@ -220,7 +220,7 @@
void __cpuinit r4k_cache_init(void)
{
extern void build_clear_page(void);
@@ -1364,6 +1464,78 @@ void __cpuinit r4k_cache_init(void)
@@ -1365,6 +1465,78 @@ void __cpuinit r4k_cache_init(void)
break;
}