Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1737759
| From | "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 3/3] rcu/segcblist: include rcupdate.h |
| Date | 2017-09-22 20:50 +0200 |
| Message-ID | <usBbs-16M-25@gated-at.bofh.it> (permalink) |
| References | <usy3T-7Hh-3@gated-at.bofh.it> <usy3T-7Hh-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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@linutronix.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 >
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 1/3] srcu: use cpu_online() instead custom check Sebastian Andrzej Siewior <bigeasy@linutronix.de> - 2017-09-22 17:30 +0200
[PATCH 3/3] rcu/segcblist: include rcupdate.h Sebastian Andrzej Siewior <bigeasy@linutronix.de> - 2017-09-22 17:30 +0200
Re: [PATCH 3/3] rcu/segcblist: include rcupdate.h "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2017-09-22 20:50 +0200
[PATCH 2/3] srcu: queue work without holding the lock Sebastian Andrzej Siewior <bigeasy@linutronix.de> - 2017-09-22 17:30 +0200
Re: [PATCH 2/3] srcu: queue work without holding the lock "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2017-09-22 20:50 +0200
Re: [PATCH 1/3] srcu: use cpu_online() instead custom check "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2017-09-22 20:50 +0200
csiph-web