From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751640AbdIEMPv (ORCPT ); Tue, 5 Sep 2017 08:15:51 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:45134 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751160AbdIEMPt (ORCPT ); Tue, 5 Sep 2017 08:15:49 -0400 Date: Tue, 5 Sep 2017 14:15:47 +0200 (CEST) From: Thomas Gleixner To: Prarit Bhargava cc: linux-kernel@vger.kernel.org, John Stultz , Stephen Boyd Subject: Re: [PATCH 1/3 v11] time: Make fast functions return 0 before timekeeping is initialized In-Reply-To: <1504613201-23868-2-git-send-email-prarit@redhat.com> Message-ID: References: <1504613201-23868-1-git-send-email-prarit@redhat.com> <1504613201-23868-2-git-send-email-prarit@redhat.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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