Commit 7e40672d authored by Thomas Gleixner's avatar Thomas Gleixner Committed by John Stultz

timekeeping: Move lock out of timekeeper struct

Make the lock a separate entity. Preparatory patch for shadow
timekeeper structure.
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
[Merged with CLOCK_TAI changes]
Signed-off-by: default avatarJohn Stultz <john.stultz@linaro.org>
parent eb93e4d9
...@@ -67,8 +67,6 @@ struct timekeeper { ...@@ -67,8 +67,6 @@ struct timekeeper {
/* Offset clock monotonic -> clock tai */ /* Offset clock monotonic -> clock tai */
ktime_t offs_tai; ktime_t offs_tai;
/* Seqlock for all timekeeper values */
seqlock_t lock;
}; };
static inline struct timespec tk_xtime(struct timekeeper *tk) static inline struct timespec tk_xtime(struct timekeeper *tk)
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment