mirror_zfs/module/icp
Brian Behlendorf 716ce2b89e Fix kernel unaligned access on sparc64
Update the SA_COPY_DATA macro to check if architecture supports
efficient unaligned memory accesses at compile time.  Otherwise
fallback to using the sa_copy_data() function.

The kernel provided CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is
used to determine availability in kernel space.  In user space
the x86_64, x86, powerpc, and sometimes arm architectures will
define the HAVE_EFFICIENT_UNALIGNED_ACCESS macro.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #7642
Closes #7684
2018-07-06 02:46:51 -07:00
..
algs Fix kernel unaligned access on sparc64 2018-07-06 02:46:51 -07:00
api Illumos Crypto Port module added to enable native encryption in zfs 2016-07-20 10:43:30 -07:00
asm-x86_64 Clang fixes 2017-07-05 10:38:20 -07:00
core Add kpreempt_disable/enable around CPU_SEQID uses 2017-06-19 09:43:16 -07:00
include [icp] fpu and asm cleanup for linux 2017-03-07 12:59:31 -08:00
io Linux 4.14 compat: CONFIG_GCC_PLUGIN_RANDSTRUCT 2017-12-04 17:21:39 -08:00
os Linux 4.14 compat: CONFIG_GCC_PLUGIN_RANDSTRUCT 2017-12-04 17:21:39 -08:00
spi Use cstyle -cpP in make cstyle check 2016-12-12 10:46:26 -08:00
illumos-crypto.c OpenZFS 4185 - add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R 2016-10-03 14:51:15 -07:00
Makefile.in [icp] fpu and asm cleanup for linux 2017-03-07 12:59:31 -08:00