Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1732891 > unrolled thread

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

Started byPrarit Bhargava <prarit@redhat.com>
First post2017-09-15 15:50 +0200
Last post2017-09-15 15:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH 1/3 v11] time: Make fast functions return 0 before  timekeeping is initialized Prarit Bhargava <prarit@redhat.com> - 2017-09-15 15:50 +0200

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

FromPrarit Bhargava <prarit@redhat.com>
Date2017-09-15 15:50 +0200
SubjectRe: [PATCH 1/3 v11] time: Make fast functions return 0 before timekeeping is initialized
Message-ID<upZai-3xt-13@gated-at.bofh.it>

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
> 

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web