Re: [PATCH] arm: properly init alignment trap bit

2013-05-11 Thread Sascha Hauer
On Fri, May 10, 2013 at 08:29:49PM +0200, Lucas Stach wrote: > On ARMv7 the intention is to disable the alignment trap to be able to > use hardware assisted unaligned load/stores. Fix the init to do the > right thing. > > Signed-off-by: Lucas Stach Applied, thanks. Although this fixes a bug I a

[PATCH] arm: properly init alignment trap bit

2013-05-10 Thread Lucas Stach
On ARMv7 the intention is to disable the alignment trap to be able to use hardware assisted unaligned load/stores. Fix the init to do the right thing. Signed-off-by: Lucas Stach --- arch/arm/include/asm/barebox-arm-head.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/a