]> git.proxmox.com Git - mirror_zfs.git/commit - module/zfs/vdev_raidz_math_ssse3.c
Linux 5.0 compat: ASM_BUG macro
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 8 May 2019 17:18:40 +0000 (10:18 -0700)
committerGitHub <noreply@github.com>
Wed, 8 May 2019 17:18:40 +0000 (10:18 -0700)
commita20f43b51ba87d4932f897e23cf9af181d4d1374
tree949dd2de3a99d7f11c523c22f55a7a759030e25a
parent515ddf65042e8eb772c3f38ed4556850a0c2fbf3
Linux 5.0 compat: ASM_BUG macro

The 5.0 kernel defines the macro ASM_BUG.  In order to prevent a
conflict and build failure rename ASM_BUG to ZFS_ASM_BUG.  This
is currently only an issue on aarch64 but all instances of
ASM_BUG we're renamed to avoid any future conflict on x86_64.

Reviewed-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
Reviewed-by: Richard Laager <rlaager@wiktel.com>
Reviewed-by: Chris Dunlop <chris@onthe.net.au>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #8725
Issue #8545
module/zfs/vdev_raidz_math_aarch64_neon_common.h
module/zfs/vdev_raidz_math_avx2.c
module/zfs/vdev_raidz_math_avx512bw.c
module/zfs/vdev_raidz_math_ssse3.c