A 2% error may not be a big problem for most people, of course. But it
might be a huge problem for others. Those people would have to do their
own re-calibration..
How about export the value via a syscall and also export an 'error'
which for now could just be set to 5% or something conservative and
refined later if necessary or cleanup on other architectures,
something like:
/* export monotonically increasing nanoseconds since boot to
user-space. kt_time is a relative value, it does NOT necessarily
imply nanoseconds since boot. kt_err should be greater than
1stdev of the error in kt_time */
struct kern_time {
__u64 kt_ns;
__u64 kt_err;
};
--cw
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/