We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b1b7f8 commit 00067a6Copy full SHA for 00067a6
arch/s390/kernel/time.c
@@ -239,19 +239,6 @@ void __init read_persistent_wall_and_boot_offset(struct timespec64 *wall_time,
239
*boot_offset = timespec64_sub(*wall_time, boot_time);
240
}
241
242
-void read_boot_clock64(struct timespec64 *ts)
243
-{
244
- unsigned char clk[STORE_CLOCK_EXT_SIZE];
245
- __u64 delta;
246
-
247
- delta = initial_leap_seconds + TOD_UNIX_EPOCH;
248
- memcpy(clk, tod_clock_base, 16);
249
- *(__u64 *) &clk[1] -= delta;
250
- if (*(__u64 *) &clk[1] > delta)
251
- clk[0]--;
252
- ext_to_timespec64(clk, ts);
253
-}
254
255
static u64 read_tod_clock(struct clocksource *cs)
256
{
257
unsigned long long now, adj;
0 commit comments