]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Don't set HAVE_EFFICIENT_UNALIGNED_ACCESS on little endian builds
authorAnton Blanchard <anton@samba.org>
Mon, 23 Sep 2013 02:05:12 +0000 (12:05 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 11 Oct 2013 05:48:56 +0000 (16:48 +1100)
commit33bc010f0dc579106857e6dfffe9bbdf1a41f65f
treeb81021e26cc0ca5c60d7432c14221a21a9c38d09
parent18bfa18695268840d8b64b5e6a81e607ef8113d4
powerpc: Don't set HAVE_EFFICIENT_UNALIGNED_ACCESS on little endian builds

POWER7 takes alignment exceptions on some unaligned addresses, so
disable HAVE_EFFICIENT_UNALIGNED_ACCESS. This fixes an early boot
issue in the printk code.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/Kconfig