aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/timekeeper_internal.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2017-06-21 03:08:13 -0400
committerThomas Gleixner <tglx@linutronix.de>2017-06-21 03:08:13 -0400
commit17d9d6875ce89c0c98bb54d4d5649efb22986bf3 (patch)
tree6029577f3145777289c32255b448bd956b2fe5a5 /include/linux/timekeeper_internal.h
parentf0cd9ae5d0df8668e76359a3e0e99856aa9c53b9 (diff)
parent767392565a3e618950fe1a5ff1ba11295f6332f4 (diff)
Merge branch 'fortglx/4.13/time' of https://git.linaro.org/people/john.stultz/linux into timers/core
Merge time(keeping) updates from John Stultz: "Just a small set of changes, the biggest changes being the MONOTONIC_RAW handling cleanup, and a new kselftest from Miroslav. Also a a clear warning deprecating CONFIG_GENERIC_TIME_VSYSCALL_OLD, which affects ppc and ia64."
Diffstat (limited to 'include/linux/timekeeper_internal.h')
-rw-r--r--include/linux/timekeeper_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/timekeeper_internal.h b/include/linux/timekeeper_internal.h
index f7043ccca81c..0a0a53daf2a2 100644
--- a/include/linux/timekeeper_internal.h
+++ b/include/linux/timekeeper_internal.h
@@ -51,7 +51,7 @@ struct tk_read_base {
51 * @clock_was_set_seq: The sequence number of clock was set events 51 * @clock_was_set_seq: The sequence number of clock was set events
52 * @cs_was_changed_seq: The sequence number of clocksource change events 52 * @cs_was_changed_seq: The sequence number of clocksource change events
53 * @next_leap_ktime: CLOCK_MONOTONIC time value of a pending leap-second 53 * @next_leap_ktime: CLOCK_MONOTONIC time value of a pending leap-second
54 * @raw_time: Monotonic raw base time in timespec64 format 54 * @raw_sec: CLOCK_MONOTONIC_RAW time in seconds
55 * @cycle_interval: Number of clock cycles in one NTP interval 55 * @cycle_interval: Number of clock cycles in one NTP interval
56 * @xtime_interval: Number of clock shifted nano seconds in one NTP 56 * @xtime_interval: Number of clock shifted nano seconds in one NTP
57 * interval. 57 * interval.
@@ -93,7 +93,7 @@ struct timekeeper {
93 unsigned int clock_was_set_seq; 93 unsigned int clock_was_set_seq;
94 u8 cs_was_changed_seq; 94 u8 cs_was_changed_seq;
95 ktime_t next_leap_ktime; 95 ktime_t next_leap_ktime;
96 struct timespec64 raw_time; 96 u64 raw_sec;
97 97
98 /* The following members are for timekeeping internal use */ 98 /* The following members are for timekeeping internal use */
99 u64 cycle_interval; 99 u64 cycle_interval;