Re: [PATCH v2] ARM: pxa: Move iotable mapping inside vmalloc region

2014-04-09 Thread Ezequiel Garcia
On Apr 09, Laurent Pinchart wrote: > Hi Ezequiel, > > On Thursday 28 November 2013 21:00:43 Ezequiel Garcia wrote: > > In order to remove the following ugly message: > > > > BUG: mapping for 0x at 0xff00 out of vmalloc space > > > > the iotable mappings should be re-located inside

Re: [PATCH v2] ARM: pxa: Move iotable mapping inside vmalloc region

2014-04-09 Thread Laurent Pinchart
Hi Ezequiel, On Thursday 28 November 2013 21:00:43 Ezequiel Garcia wrote: > In order to remove the following ugly message: > > BUG: mapping for 0x at 0xff00 out of vmalloc space > > the iotable mappings should be re-located inside the vmalloc > region. Such move was introduced at c

Re: [PATCH v2] ARM: pxa: Move iotable mapping inside vmalloc region

2013-11-29 Thread David Heidelberger
Build fails with this patch with: arch/arm/mach-pxa/standby.S:25: Error: missing ')' arch/arm/mach-pxa/standby.S:25: Error: garbage following instruction -- `mov r3,#(0xff00UL-0x0010)' After replace VMALLOC_END to 0xff00 (without UL) it fails with: arch/arm/mach-pxa/sleep.S:52: Err

[PATCH v2] ARM: pxa: Move iotable mapping inside vmalloc region

2013-11-28 Thread Ezequiel Garcia
In order to remove the following ugly message: BUG: mapping for 0x at 0xff00 out of vmalloc space the iotable mappings should be re-located inside the vmalloc region. Such move was introduced at commit: commit 0536bdf33faff4d940ac094c77998cfac368cfff Author: Nicolas Pitre Date: