freebsd-dev/sys/dev/mthca
Mark Johnston 29ed53850e mlx4, mthca: Silence warnings about no-op alignment operations
Since commit 8fa6abb6f4 ("Expose clang's alignment builtins and use
them for roundup2/rounddown2"), clang emits warnings for several
alignment operations in these drivers because the operation is a no-op.
The compiler is arguably being too strict here, but in the meantime
let's silence the warnings by conditionally compiling the alignment
operations.

Reviewed by:	arichardson, hselasky
MFC after:	3 days
Differential Revision:	https://reviews.freebsd.org/D28576
2021-02-11 10:16:59 -05:00
..
mthca_allocator.c
mthca_av.c
mthca_catas.c
mthca_cmd.c mlx4, mthca: Silence warnings about no-op alignment operations 2021-02-11 10:16:59 -05:00
mthca_cmd.h
mthca_config_reg.h
mthca_cq.c
mthca_dev.h
mthca_doorbell.h
mthca_eq.c
mthca_mad.c mthca: clean up empty lines in .c and .h files 2020-09-01 22:06:07 +00:00
mthca_main.c
mthca_mcg.c
mthca_memfree.c
mthca_memfree.h mlx4, mthca: Silence warnings about no-op alignment operations 2021-02-11 10:16:59 -05:00
mthca_mr.c mthca: clean up empty lines in .c and .h files 2020-09-01 22:06:07 +00:00
mthca_pd.c
mthca_profile.c
mthca_profile.h
mthca_provider.c
mthca_provider.h
mthca_qp.c mthca: clean up empty lines in .c and .h files 2020-09-01 22:06:07 +00:00
mthca_reset.c
mthca_srq.c
mthca_uar.c
mthca_user.h
mthca_wqe.h