summaryrefslogtreecommitdiff
path: root/net/appletalk
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@vyatta.com>2009-03-27 00:25:24 -0700
committerDavid S. Miller <davem@davemloft.net>2009-03-27 00:25:24 -0700
commit65f71b8bd2651e6d6ca9b09fe53a8db2da22b85c (patch)
treed42820964a817c43ff9330711576816540a01ad0 /net/appletalk
parent7d0b591c655ca0d72ebcbd242cf659a20a8995c5 (diff)
benet: use do_div() for 64 bit divide
The benet driver is doing a 64 bit divide, which is not supported in Linux kernel on 32 bit architectures. The correct way to do this is to use do_div(). Compile tested on i386 only. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Acked-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/appletalk')
0 files changed, 0 insertions, 0 deletions