b283c44086bd83dc7c61dbed25218efd01cc46b0 parent 0c2043abefacac97b6d01129c1123a466c95b7c1 author Anton Blanchard 1191741871 -0700 committer Linus Torvalds 1191799723 -0700 Fix timer_stats printout of events/sec When using /proc/timer_stats on ppc64 I noticed the events/sec field wasnt accurate. Sometimes the integer part was incorrect due to rounding (we werent taking the fractional seconds into consideration). The fraction part is also wrong, we need to pad the printf statement and take the bottom three digits of 1000 times the value. Signed-off-by: Anton Blanchard Acked-by: Ingo Molnar Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds ZÌ Û™@x