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


Groups > linux.kernel > #1341840

Re: [PATCH v8 3/8] time: Remove duplicated code in ktime_get_raw_and_real()

From Thomas Gleixner <tglx@linutronix.de>
Newsgroups linux.kernel
Subject Re: [PATCH v8 3/8] time: Remove duplicated code in ktime_get_raw_and_real()
Date 2016-02-24 12:00 +0100
Message-ID <r5FkL-3hc-33@gated-at.bofh.it> (permalink)
References <r53p8-1tx-21@gated-at.bofh.it> <r53p9-1tx-37@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Mon, 22 Feb 2016, Christopher S. Hall wrote:

> --- a/kernel/time/timekeeping.c
> +++ b/kernel/time/timekeeping.c
> @@ -888,6 +888,8 @@ void ktime_get_snapshot(struct system_time_snapshot *systime_snapshot)
>  	s64 nsec_real;
>  	cycle_t now;
>  
> +	WARN_ON(timekeeping_suspended);

WARN_ON_ONCE please

Other than that: Reviewed-by: Thomas Gleixner <tglx@linutronix.de>

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: [PATCH v8 3/8] time: Remove duplicated code in  ktime_get_raw_and_real() Thomas Gleixner <tglx@linutronix.de> - 2016-02-24 12:00 +0100

csiph-web