aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorStephen Hemminger <[email protected]>2009-03-27 00:25:24 -0700
committerDavid S. Miller <[email protected]>2009-03-27 00:25:24 -0700
commit65f71b8bd2651e6d6ca9b09fe53a8db2da22b85c (patch)
treed42820964a817c43ff9330711576816540a01ad0 /tools/perf/scripts/python
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 <[email protected]> Acked-by: Randy Dunlap <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions