K 10 svn:author V 7 git2svn K 8 svn:date V 27 2021-08-31T19:58:03.090728Z K 7 svn:log V 571 fwohci: Cast bitfield to uint32_t before passing it to roundup2(). The fallback for __align_up() used by roundup2() uses __typeof__() which doesn't work for bitfields. This fixes the build on GCC which uses the fallback. Reviewed by: arichardson, markj Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D28599 (cherry picked from commit 50a61f8db532676d7dc37410540fff7209b7c072) (cherry picked from commit ae0219c10fe3a2ea9caa7bc88ddc7d0a7e988efd) Git Hash: 1aaf3bbc74ced642831682ee222c68ad42f96d8c Git Author: jhb@FreeBSD.org END