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
commit26e80ec109d35609a903c9b764c40d8ce2bc7208 (patch)
tree8f71877e04da2b9c566102e39b33f154dfd464ac /target/linux/cns3xxx/patches-3.3/100-laguna_support.patch
parenta60c9bb9c03f630c7850e0f108906e7d8396feb0 (diff)
downloadmaster-187ad058-26e80ec109d35609a903c9b764c40d8ce2bc7208.tar.gz
master-187ad058-26e80ec109d35609a903c9b764c40d8ce2bc7208.tar.bz2
master-187ad058-26e80ec109d35609a903c9b764c40d8ce2bc7208.zip
cns3xxx: move virtual io addresses to vmalloc space to fix kernel BUG() calls
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33485 3c298f89-4303-0410-b956-a3cf2f4a3e73
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,