summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorFrederic Weisbecker <fweisbec@gmail.com>2009-09-13 03:59:05 +0400
committerIngo Molnar <mingo@elte.hu>2009-09-13 12:22:48 +0400
commit7362262687b21b0d04927a7615c162a3d064849e (patch)
tree58bfdd62cb077bbe5e6dee2d6caa67bf650ea840 /scripts
parent66685678a03d0d8e8ba015472f280fb4f12f84c1 (diff)
downloadlinux-7362262687b21b0d04927a7615c162a3d064849e.tar.xz
perf sched: Fix nsec to msec conversion
We are dividing a time in ns by 1e9. This is a nsec to sec conversion. What we want is msecs. Fix it by dividing by 1e6. Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Mike Galbraith <efault@gmx.de> Cc: Paul Mackerras <paulus@samba.org> Cc: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions