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
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user