Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using the wall clock time for delta time calculations is wrong to begin with because wall clock time can be set from userspace and NTP. Such data wants to be based on clock monotonic. The calculations also are done on a nanosecond basis. Use the nanoseconds based interface right away. Signed-off-by: Thomas Gleixner <[email protected]> Cc: Jean Delvare <[email protected]> Acked-by: Jean Delvare <[email protected]> Signed-off-by: John Stultz <[email protected]>
- Loading branch information