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.
- [PATCH] sfc_ef100: Fix build failure on powerpc Christophe Leroy
- Re: [PATCH] sfc_ef100: Fix build failure on powerp... Edward Cree
- Re: [PATCH] sfc_ef100: Fix build failure on powerp... Segher Boessenkool