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/vdso | |
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 <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/vdso')
-rw-r--r-- | include/vdso/datapage.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vdso/datapage.h b/include/vdso/datapage.h index c5f347cc5e55..30c4cb0428d1 100644 --- a/include/vdso/datapage.h +++ b/include/vdso/datapage.h @@ -21,8 +21,6 @@ #define CS_RAW 1 #define CS_BASES (CS_RAW + 1) -#define VCLOCK_TIMENS UINT_MAX - /** * struct vdso_timestamp - basetime per clock_id * @sec: seconds |