hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/s390/include/asm/timex.h
....@@ -49,11 +49,6 @@
4949 asm volatile("sckc %0" : : "Q" (time));
5050 }
5151
52
-static inline void store_clock_comparator(__u64 *time)
53
-{
54
- asm volatile("stckc %0" : "=Q" (*time));
55
-}
56
-
5752 void clock_comparator_work(void);
5853
5954 void __init time_early_init(void);
....@@ -177,10 +172,10 @@
177172 {
178173 return (cycles_t) get_tod_clock() >> 2;
179174 }
175
+#define get_cycles get_cycles
180176
181177 int get_phys_clock(unsigned long *clock);
182178 void init_cpu_timer(void);
183
-unsigned long long monotonic_clock(void);
184179
185180 extern unsigned char tod_clock_base[16] __aligned(8);
186181