aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorDavid Daney <[email protected]>2010-05-19 10:40:53 -0700
committerRalf Baechle <[email protected]>2010-08-05 13:25:39 +0100
commit4d2b11252b92c6aca9f9222ee05e00f7262c2e53 (patch)
tree7d9f51b5ecc324c6ea45f55105a4e1b74f3c7b70 /tools/perf/scripts/python
parent6165df980801e1be7a5b65686bd52f55e0407db1 (diff)
MIPS: Don't overflow cevt-r4k.c calculations at high clock rates.
The 'mult' element of struct clock_event_device must never be wider than 32-bits. If it were, it would get truncated when used by clockevent_delta2ns() when this calls do_div(). We can meet this requirement by using clockevent_set_clock() to set the MULT and SHIFT values. Signed-off-by: David Daney <[email protected]> Cc: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/1253/ Acked-by: Thomas Gleixner <[email protected]> Signed-off-by: Ralf Baechle <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions