summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGovindarajulu Varadarajan <_govind@gmx.com>2014-05-26 14:22:43 +0400
committerDavid S. Miller <davem@davemloft.net>2014-05-31 02:54:46 +0400
commit958c492c55bff6fa0b3430e9824dc83597c88aa6 (patch)
tree836e214022fcb670f7350e02284ef407dfcd761f /lib
parent484611e53047b55163822bfe60424a55a31775b3 (diff)
downloadlinux-958c492c55bff6fa0b3430e9824dc83597c88aa6.tar.xz
enic: Fix 64 bit divide on 32bit system
Division of a 32 bit number by a 64 bit number causes the following link error introduced by 7c2ce6e60f703 "enic: Add support for adaptive interrupt coalescing" drivers/built-in.o: In function `enic_poll_msix': enic_main.c:(.text+0x48710a): undefined reference to `__udivdi3' make: *** [vmlinux] Error 1 Since numerator is 32 bit, convert denominator to 32 bit accordingly. Fixes: 7c2ce6e60f703 ("enic: Add support for adaptive interrupt coalescing") Reported-by: Jim Davis <jim.epost@gmail.com> Cc: Christian Benvenuti <benve@cisco.com> Cc: Sujith Sankar <ssujith@cisco.com> Cc: Neel Patel <neepatel@cisco.com> Signed-off-by: Govindarajulu Varadarajan <_govind@gmx.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions