Re: [PATCH 3/3] rcu/segcblist: include rcupdate.h

2017-09-22 Thread Paul E. McKenney
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 I have queued this one for review and testing, thank you!

[PATCH 3/3] rcu/segcblist: include rcupdate.h

2017-09-22 Thread Sebastian Andrzej Siewior
The RT build on ARM complains about non-existing ULONG_CMP_LT. Signed-off-by: Sebastian Andrzej Siewior --- 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/