RE: [PATCH] ARM: dma-mapping: fix atomic allocation alignment

2012-08-07 Thread Marek Szyprowski
Hi Aaro, On Sunday, August 05, 2012 7:32 PM Aaro Koskinen wrote: > The alignment mask is calculated incorrectly. Fixing the calculation > makes strange hangs/lockups disappear during the boot with Amstrad E3 > and 3.6-rc1 kernel. > > Signed-off-by: Aaro Koskinen Again, thanks for spotting and

RE: [PATCH] ARM: dma-mapping: fix atomic allocation alignment

2012-08-07 Thread Marek Szyprowski
Hi Aaro, On Sunday, August 05, 2012 7:32 PM Aaro Koskinen wrote: The alignment mask is calculated incorrectly. Fixing the calculation makes strange hangs/lockups disappear during the boot with Amstrad E3 and 3.6-rc1 kernel. Signed-off-by: Aaro Koskinen aaro.koski...@iki.fi Again, thanks

[PATCH] ARM: dma-mapping: fix atomic allocation alignment

2012-08-05 Thread Aaro Koskinen
The alignment mask is calculated incorrectly. Fixing the calculation makes strange hangs/lockups disappear during the boot with Amstrad E3 and 3.6-rc1 kernel. Signed-off-by: Aaro Koskinen --- arch/arm/mm/dma-mapping.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git

[PATCH] ARM: dma-mapping: fix atomic allocation alignment

2012-08-05 Thread Aaro Koskinen
The alignment mask is calculated incorrectly. Fixing the calculation makes strange hangs/lockups disappear during the boot with Amstrad E3 and 3.6-rc1 kernel. Signed-off-by: Aaro Koskinen aaro.koski...@iki.fi --- arch/arm/mm/dma-mapping.c |6 +++--- 1 files changed, 3 insertions(+), 3