diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-09-19 23:49:58 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-09-19 23:49:58 +0000 |
commit | 7cd4968d0efaa0a7ac739c4ec8b7498840b309de (patch) | |
tree | e1c4ffe3636f15aa88f6ace999a2b1916a492fc4 /target/linux/cns3xxx/patches-3.3/104-cns3xxx_gpio.patch | |
parent | 2f39fa872a6816b7331467e978bd23db2b2bd021 (diff) | |
download | mtk-20170518-7cd4968d0efaa0a7ac739c4ec8b7498840b309de.zip mtk-20170518-7cd4968d0efaa0a7ac739c4ec8b7498840b309de.tar.gz mtk-20170518-7cd4968d0efaa0a7ac739c4ec8b7498840b309de.tar.bz2 |
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/104-cns3xxx_gpio.patch')
-rw-r--r-- | target/linux/cns3xxx/patches-3.3/104-cns3xxx_gpio.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/cns3xxx/patches-3.3/104-cns3xxx_gpio.patch b/target/linux/cns3xxx/patches-3.3/104-cns3xxx_gpio.patch index e8a1d4b..135247b 100644 --- a/target/linux/cns3xxx/patches-3.3/104-cns3xxx_gpio.patch +++ b/target/linux/cns3xxx/patches-3.3/104-cns3xxx_gpio.patch @@ -19,7 +19,7 @@ #include <mach/cns3xxx.h> #include "core.h" -@@ -82,12 +83,73 @@ static struct map_desc cns3xxx_io_desc[] +@@ -72,12 +73,73 @@ static struct map_desc cns3xxx_io_desc[] }, }; |