diff options
author | Govindarajulu Varadarajan <_govind@gmx.com> | 2014-05-26 15:52:43 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-05-30 15:54:46 -0700 |
commit | 958c492c55bff6fa0b3430e9824dc83597c88aa6 (patch) | |
tree | 836e214022fcb670f7350e02284ef407dfcd761f /drivers/mailbox/mailbox-omap1.c | |
parent | 484611e53047b55163822bfe60424a55a31775b3 (diff) |
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 'drivers/mailbox/mailbox-omap1.c')
0 files changed, 0 insertions, 0 deletions