mirror of https://github.com/OpenIPC/firmware.git
22 lines
1.0 KiB
Diff
22 lines
1.0 KiB
Diff
diff -drupN a/include/linux/timekeeper_internal.h b/include/linux/timekeeper_internal.h
|
|
--- a/include/linux/timekeeper_internal.h 2018-08-06 17:23:04.000000000 +0300
|
|
+++ b/include/linux/timekeeper_internal.h 2022-06-12 05:28:14.000000000 +0300
|
|
@@ -51,7 +51,7 @@ struct tk_read_base {
|
|
* @clock_was_set_seq: The sequence number of clock was set events
|
|
* @cs_was_changed_seq: The sequence number of clocksource change events
|
|
* @next_leap_ktime: CLOCK_MONOTONIC time value of a pending leap-second
|
|
- * @raw_time: Monotonic raw base time in timespec64 format
|
|
+ * @raw_sec: CLOCK_MONOTONIC_RAW time in seconds
|
|
* @cycle_interval: Number of clock cycles in one NTP interval
|
|
* @xtime_interval: Number of clock shifted nano seconds in one NTP
|
|
* interval.
|
|
@@ -93,7 +93,7 @@ struct timekeeper {
|
|
unsigned int clock_was_set_seq;
|
|
u8 cs_was_changed_seq;
|
|
ktime_t next_leap_ktime;
|
|
- struct timespec64 raw_time;
|
|
+ u64 raw_sec;
|
|
|
|
/* The following members are for timekeeping internal use */
|
|
cycle_t cycle_interval;
|