]> Git Repo - linux.git/commit
hrtimer: Unify MONOTONIC and BOOTTIME clock behavior
authorThomas Gleixner <[email protected]>
Thu, 1 Mar 2018 16:33:37 +0000 (17:33 +0100)
committerIngo Molnar <[email protected]>
Tue, 13 Mar 2018 06:34:23 +0000 (07:34 +0100)
commit127bfa5f4342e63d83a0b07ece376c2e8878e4a5
tree238052e523cbafe07a82b4ef9406896bdffa0134
parent7250a4047aa6106006c2c9b5aff91d7d3fb77962
hrtimer: Unify MONOTONIC and BOOTTIME clock behavior

Now that th MONOTONIC and BOOTTIME clocks are indentical remove all the special
casing.

The user space visible interfaces still support both clocks, but their behavior
is identical.

Signed-off-by: Thomas Gleixner <[email protected]>
Cc: Dmitry Torokhov <[email protected]>
Cc: John Stultz <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: Kevin Easton <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Mark Salyzyn <[email protected]>
Cc: Michael Kerrisk <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Petr Mladek <[email protected]>
Cc: Prarit Bhargava <[email protected]>
Cc: Sergey Senozhatsky <[email protected]>
Cc: Steven Rostedt <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
include/linux/hrtimer.h
kernel/time/hrtimer.c
kernel/time/timekeeping.c
kernel/time/timekeeping.h
This page took 0.049357 seconds and 4 git commands to generate.