On 04/11/2013 01:37 AM, Stanislaw Gruszka wrote: > On Wed, Apr 10, 2013 at 07:29:21AM -0700, H. Peter Anvin wrote: >> I have a patch that does scaling by multiply for 64-bit architectures. I >> probably should clean it up and send it in. I need to see if it fixes this >> problem. > Interesting. Could you attach draft patch, so I could look at it ? >
It's just the trivial extension of the code already in kernel/time.c to the 64-bit case. However, it looks like in your case the scaling factor stime/total is dynamic. This means that doing scaling by multiplication isn't practical. I guess I don't understand what function the scaling is supposed to serve there. -hpa -- H. Peter Anvin, Intel Open Source Technology Center I work for Intel. I don't speak on their behalf. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/