提交 c3df5133 编写于 作者: E Ezequiel Garcia 提交者: Olof Johansson

ARM: pxa: Move iotable mapping inside vmalloc region

In order to remove the following ugly message:

  BUG: mapping for 0x00000000 at 0xff000000 out of vmalloc space

the iotable mappings should be re-located inside the vmalloc
region. Such move was introduced at commit:

commit 0536bdf3
Author: Nicolas Pitre <nicolas.pitre@linaro.org>
Date:   Thu Aug 25 00:35:59 2011 -0400

    ARM: move iotable mappings within the vmalloc region
Signed-off-by: NEzequiel Garcia <ezequiel.garcia@free-electrons.com>
[laurent.pinchart@ideasonboard.com: Hardcode the virtual address]
Signed-off-by: NLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: NNicolas Pitre <nico@linaro.org>
Signed-off-by: NOlof Johansson <olof@lixom.net>
上级 8066ce3b
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
* Workarounds for at least 2 errata so far require this. * Workarounds for at least 2 errata so far require this.
* The mapping is set in mach-pxa/generic.c. * The mapping is set in mach-pxa/generic.c.
*/ */
#define UNCACHED_PHYS_0 0xff000000 #define UNCACHED_PHYS_0 0xfe000000
#define UNCACHED_PHYS_0_SIZE 0x00100000 #define UNCACHED_PHYS_0_SIZE 0x00100000
/* /*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册