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


Groups > linux.kernel > #1726658

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

From Thomas Gleixner <tglx@linutronix.de>
Newsgroups linux.kernel
Subject Re: [PATCH 1/3 v11] time: Make fast functions return 0 before timekeeping is initialized
Date 2017-09-05 14:20 +0200
Message-ID <umkZH-2wz-1@gated-at.bofh.it> (permalink)
References <umkQ2-2tt-9@gated-at.bofh.it> <umkQ2-2tt-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 0/3 v11] printk: Add new timestamps Prarit Bhargava <prarit@redhat.com> - 2017-09-05 14:10 +0200
  [PATCH 2/3 v11] timekeeping: Provide NMI safe access to clock realtime Prarit Bhargava <prarit@redhat.com> - 2017-09-05 14:10 +0200
  [PATCH 1/3 v11] time: Make fast functions return 0 before timekeeping is initialized Prarit Bhargava <prarit@redhat.com> - 2017-09-05 14:10 +0200
    Re: [PATCH 1/3 v11] time: Make fast functions return 0 before  timekeeping is initialized Thomas Gleixner <tglx@linutronix.de> - 2017-09-05 14:20 +0200

csiph-web