Skip to content

Commit

Permalink
Enable UNALIGNED_ACCESS for the new LZO algorithm to use. LZO decromp…
Browse files Browse the repository at this point in the history
…ression is used on QCACHE so we benefit a little from the new and improved LZO code.

Signed-off-by: franciscofranco <[email protected]>
Signed-off-by: Francisco Franco <[email protected]>
  • Loading branch information
franciscofranco committed Jun 29, 2014
1 parent 214dcd0 commit c9c2c2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9c2c2d

Please sign in to comment.