From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751458AbdIONmW (ORCPT ); Fri, 15 Sep 2017 09:42:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59368 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751226AbdIONmU (ORCPT ); Fri, 15 Sep 2017 09:42:20 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com BF831356DC Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=prarit@redhat.com Subject: Re: [PATCH 1/3 v11] time: Make fast functions return 0 before timekeeping is initialized To: Thomas Gleixner References: <1504613201-23868-1-git-send-email-prarit@redhat.com> <1504613201-23868-2-git-send-email-prarit@redhat.com> Cc: linux-kernel@vger.kernel.org, John Stultz , Stephen Boyd From: Prarit Bhargava Message-ID: <9a2f5705-9617-6a27-2a96-8750c78fb451@redhat.com> Date: Fri, 15 Sep 2017 09:42:19 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Fri, 15 Sep 2017 13:42:20 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/05/2017 08:15 AM, Thomas Gleixner wrote: > 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 Oof ... sorry tglx. I missed that email :( My apologies. I'll fix that, retest, and resend. P. > > tglx >