aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/cns3xxx/patches-3.3/100-laguna_support.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-09-19 23:49:58 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-09-19 23:49:58 +0000
commit7cd4968d0efaa0a7ac739c4ec8b7498840b309de (patch)
treee1c4ffe3636f15aa88f6ace999a2b1916a492fc4 /target/linux/cns3xxx/patches-3.3/100-laguna_support.patch
parent2f39fa872a6816b7331467e978bd23db2b2bd021 (diff)
downloadupstream-7cd4968d0efaa0a7ac739c4ec8b7498840b309de.tar.gz
upstream-7cd4968d0efaa0a7ac739c4ec8b7498840b309de.tar.bz2
upstream-7cd4968d0efaa0a7ac739c4ec8b7498840b309de.zip
cns3xxx: move virtual io addresses to vmalloc space to fix kernel BUG() calls
SVN-Revision: 33485
Diffstat (limited to 'target/linux/cns3xxx/patches-3.3/100-laguna_support.patch')
-rw-r--r--target/linux/cns3xxx/patches-3.3/100-laguna_support.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/cns3xxx/patches-3.3/100-laguna_support.patch b/target/linux/cns3xxx/patches-3.3/100-laguna_support.patch
index 45162bd9f7..9f7bedeeb5 100644
--- a/target/linux/cns3xxx/patches-3.3/100-laguna_support.patch
+++ b/target/linux/cns3xxx/patches-3.3/100-laguna_support.patch
@@ -792,7 +792,7 @@
#include <asm/hardware/cache-l2x0.h>
#include <mach/cns3xxx.h>
#include "core.h"
-@@ -68,11 +69,24 @@ static struct map_desc cns3xxx_io_desc[]
+@@ -58,11 +59,24 @@ static struct map_desc cns3xxx_io_desc[]
.pfn = __phys_to_pfn(CNS3XXX_PM_BASE),
.length = SZ_4K,
.type = MT_DEVICE,