Skip to content
Commit e53051e7 authored by Martin Schwidefsky's avatar Martin Schwidefsky
Browse files

s390/cputime: provide archicture specific cputime_to_nsecs



The generic cputime_to_nsecs function first converts the cputime
to micro-seconds and then multiplies the result with 1000. This
looses some bits of accuracy, provide our own version of
cputime_to_nsecs that does not loose precision.

Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 3c915bdc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment