]> git.baikalelectronics.ru Git - kernel.git/commit
ipv4: Fix compilation errors in fib_rebalance
authorPeter Nørlund <pch@ordbogen.com>
Tue, 6 Oct 2015 05:24:47 +0000 (07:24 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Oct 2015 06:48:09 +0000 (23:48 -0700)
commit7643e4fec2ee138b0795f6f928f501c5c3465423
tree8732e87e93a53f5e54e728b72fc7280903f5fbac
parent2c7fb25f0dd36fbb876d85eca1742f4ccd068b7c
ipv4: Fix compilation errors in fib_rebalance

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: eaf927f7b6da ("ipv4: L3 hash-based multipath")
Signed-off-by: Peter Nørlund <pch@ordbogen.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/fib_semantics.c