Re: [PATCH v2 net-next] ipv4: Fix compilation errors in fib_rebalance

2015-10-05 Thread David Miller
From: Peter Nørlund Date: Tue, 6 Oct 2015 07:24:47 +0200 > This fixes > > net/built-in.o: In function `fib_rebalance': > fib_semantics.c:(.text+0x9df14): undefined reference to `__divdi3' > > and > > net/built-in.o: In function `fib_rebalance': > net/ipv4/fib_semantics.c:572: undefined refere

[PATCH v2 net-next] ipv4: Fix compilation errors in fib_rebalance

2015-10-05 Thread Peter Nørlund
This fixes net/built-in.o: In function `fib_rebalance': fib_semantics.c:(.text+0x9df14): undefined reference to `__divdi3' and net/built-in.o: In function `fib_rebalance': net/ipv4/fib_semantics.c:572: undefined reference to `__aeabi_ldivmod' Fixes: 0e884c78ee19 ("ipv4: L3 hash-based multipath"