diff options
| author | Thomas Gleixner <[email protected]> | 2020-02-07 13:39:01 +0100 |
|---|---|---|
| committer | Thomas Gleixner <[email protected]> | 2020-02-17 20:12:17 +0100 |
| commit | 2d6b01bd88ccabba06d342ef80eaab6b39d12497 (patch) | |
| tree | 541578554f4205cfb040080bd500db4bd4b2b676 /include/linux/clocksource.h | |
| parent | c7a18100bdffdff440c7291db6e80863fab0461e (diff) | |
lib/vdso: Move VCLOCK_TIMENS to vdso_clock_modes
Move the time namespace indicator clock mode to the other ones for
consistency sake.
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Vincenzo Frascino <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'include/linux/clocksource.h')
| -rw-r--r-- | include/linux/clocksource.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/clocksource.h b/include/linux/clocksource.h index 7fefe0b21a14..02e3282719bd 100644 --- a/include/linux/clocksource.h +++ b/include/linux/clocksource.h @@ -34,6 +34,9 @@ enum vdso_clock_mode { VDSO_ARCH_CLOCKMODES, #endif VDSO_CLOCKMODE_MAX, + + /* Indicator for time namespace VDSO */ + VDSO_CLOCKMODE_TIMENS = INT_MAX }; /** |
