[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170922184753.GU3521@linux.vnet.ibm.com>
Date: Fri, 22 Sep 2017 11:47:53 -0700
From: "Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>
To: Sebastian Andrzej Siewior <bigeasy@...utronix.de>
Cc: Josh Triplett <josh@...htriplett.org>,
Steven Rostedt <rostedt@...dmis.org>,
Mathieu Desnoyers <mathieu.desnoyers@...icios.com>,
Lai Jiangshan <jiangshanlai@...il.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 3/3] rcu/segcblist: include rcupdate.h
On Fri, Sep 22, 2017 at 05:28:06PM +0200, Sebastian Andrzej Siewior wrote:
> The RT build on ARM complains about non-existing ULONG_CMP_LT.
>
> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@...utronix.de>
I have queued this one for review and testing, thank you!
Thanx, Paul
> ---
> kernel/rcu/rcu_segcblist.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/kernel/rcu/rcu_segcblist.c b/kernel/rcu/rcu_segcblist.c
> index 7649fcd2c4c7..88cba7c2956c 100644
> --- a/kernel/rcu/rcu_segcblist.c
> +++ b/kernel/rcu/rcu_segcblist.c
> @@ -23,6 +23,7 @@
> #include <linux/types.h>
> #include <linux/kernel.h>
> #include <linux/interrupt.h>
> +#include <linux/rcupdate.h>
>
> #include "rcu_segcblist.h"
>
> --
> 2.14.1
>
Powered by blists - more mailing lists