diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2020-02-07 13:39:01 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2020-02-17 20:12:17 +0100 |
commit | 2d6b01bd88ccabba06d342ef80eaab6b39d12497 (patch) | |
tree | 541578554f4205cfb040080bd500db4bd4b2b676 /include/linux/clocksource.h | |
parent | c7a18100bdffdff440c7291db6e80863fab0461e (diff) | |
download | lwn-2d6b01bd88ccabba06d342ef80eaab6b39d12497.tar.gz lwn-2d6b01bd88ccabba06d342ef80eaab6b39d12497.zip |
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 <tglx@linutronix.de>
Reviewed-by: Vincenzo Frascino <vincenzo.frascino@arm.com>
Link: https://lkml.kernel.org/r/20200207124403.656097274@linutronix.de
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 }; /** |