Re: [PATCH 1/3 v11] time: Make fast functions return 0 before timekeeping is initialized

From: Thomas Gleixner
Date: Tue Sep 05 2017 - 08:15:55 EST


On Tue, 5 Sep 2017, Prarit Bhargava wrote:
> +static struct tk_fast tk_fast_mono ____cacheline_aligned = {
> + .base = {
> + (struct tk_read_base){
> + .clock = &dummy_clock,
> + },
> + (struct tk_read_base){
> + .clock = &dummy_clock,
> + },
> + },
> +};

http://lkml.kernel.org/r/alpine.DEB.2.20.1708281658370.1867@nanos

Sigh

tglx