From c9c2c2d780d94c6209cc159111b6f9db09e4a780 Mon Sep 17 00:00:00 2001 From: franciscofranco Date: Sat, 2 Mar 2013 14:55:39 -0800 Subject: [PATCH] Enable UNALIGNED_ACCESS for the new LZO algorithm to use. LZO decrompression is used on QCACHE so we benefit a little from the new and improved LZO code. Signed-off-by: franciscofranco Signed-off-by: Francisco Franco --- arch/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/Kconfig b/arch/Kconfig index cba3e8a64fd..e38f33a195e 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -78,6 +78,7 @@ config OPTPROBES config HAVE_EFFICIENT_UNALIGNED_ACCESS bool + def_bool y help Some architectures are unable to perform unaligned accesses without the use of get_unaligned/put_unaligned. Others are