[PATCH] sfc_ef100: Fix build failure on powerpc

Edward Cree ecree at solarflare.com
Fri Aug 14 00:55:22 AEST 2020


On 13/08/2020 15:39, Christophe Leroy wrote:
> ppc6xx_defconfig fails building sfc.ko module, complaining
> about the lack of _umoddi3 symbol.
>
> This is due to the following test
>
>  		if (EFX_MIN_DMAQ_SIZE % reader->value) {
>
> Because reader->value is u64.
Already fixed in net.git by 41077c990266 ("sfc: fix ef100 design-param checking").
But thanks anyway.


More information about the Linuxppc-dev mailing list