asm-generic: allow generic unaligned access if the arch supports it
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 1 May 2014 15:49:33 +0000 (17:49 +0200)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 8 May 2014 08:22:23 +0000 (10:22 +0200)
Switch the default unaligned access method to 'hardware implemented'
if HAVE_EFFICIENT_UNALIGNED_ACCESS is set.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>

No differences found