mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 15:41:39 +00:00
ea7e343529
i386 builds report:
net/xdp/xdp_umem.o: In function `xdp_umem_reg':
xdp_umem.c:(.text+0x47e): undefined reference to `__udivdi3'
This fix uses div_u64 instead of the GCC built-in.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
xdp_umem_props.h | ||
xdp_umem.c | ||
xdp_umem.h | ||
xsk_queue.c | ||
xsk_queue.h | ||
xsk.c |