Quoting Claudio Imbrenda (2022-10-06 12:50:14) [...] > > diff --git a/lib/s390x/asm/time.h b/lib/s390x/asm/time.h > > index 7652a151e87a..81b57e2b4894 100644 [...] > > +static inline int sck(uint64_t *time) [...] > > +static inline int stck(uint64_t *time) [...] > > +static inline int stckf(uint64_t *time) [...] > > please put these functions before all the other inline functions, and > then fix get_clock_us to use the wrapper instead of the (broken) inline > asm Yes, this makes sense, thanks.