From: Haavard Skinnemoen Date: Wed, 20 Jun 2007 13:29:15 +0000 (+0200) Subject: [AVR32] Remove optimization of unaligned word loads X-Git-Tag: v2.6.23-rc1~489^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e122eaf69422e5d9ce93fc9786099098e3b9e1c4;p=pandora-kernel.git [AVR32] Remove optimization of unaligned word loads If we let unaligned word loads bypass the generic unaligned handling, gcc may combine it with a swap.b instruction and turn it into a ldwsp instruction, which does not work with unaligned addresses. Revert the optimization to prevent the RNDIS driver from crashing. Hopefully we'll figure something out later (it may be better to do the optimization in gcc.) Signed-off-by: Haavard Skinnemoen --- Reading git-diff-tree failed