summaryrefslogtreecommitdiffstats
path: root/include/linux/timekeeper_internal.h
diff options
context:
space:
mode:
authorThomas Gleixner2013-02-21 23:51:37 +0100
committerJohn Stultz2013-03-23 00:20:00 +0100
commit7e40672d930b369c1984457233ec5557aa53bfb8 (patch)
tree7e87231ebdf0898f939e8b2b88ca48d1e4309eab /include/linux/timekeeper_internal.h
parenttimekeeping: Make jiffies_lock internal (diff)
downloadkernel-qcow2-linux-7e40672d930b369c1984457233ec5557aa53bfb8.tar.gz
kernel-qcow2-linux-7e40672d930b369c1984457233ec5557aa53bfb8.tar.xz
kernel-qcow2-linux-7e40672d930b369c1984457233ec5557aa53bfb8.zip
timekeeping: Move lock out of timekeeper struct
Make the lock a separate entity. Preparatory patch for shadow timekeeper structure. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> [Merged with CLOCK_TAI changes] Signed-off-by: John Stultz <john.stultz@linaro.org>
Diffstat (limited to 'include/linux/timekeeper_internal.h')
-rw-r--r--include/linux/timekeeper_internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/timekeeper_internal.h b/include/linux/timekeeper_internal.h
index 26700d870506..a151bd70e52b 100644
--- a/include/linux/timekeeper_internal.h
+++ b/include/linux/timekeeper_internal.h
@@ -67,8 +67,6 @@ struct timekeeper {
/* Offset clock monotonic -> clock tai */
ktime_t offs_tai;
- /* Seqlock for all timekeeper values */
- seqlock_t lock;
};
static inline struct timespec tk_xtime(struct timekeeper *tk)