diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2017-09-22 17:28:06 +0200 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2017-10-19 12:13:36 -0700 |
commit | 56628a7fc84a6e3c4c84886d70ec26da3d7f2ce4 (patch) | |
tree | 2bb91ed286c882c53d4737a138eb97e8c0194665 /kernel/rcu | |
parent | c0da313e090d6e7130d0c3005245176296c24e4a (diff) | |
download | linux-56628a7fc84a6e3c4c84886d70ec26da3d7f2ce4.tar.gz linux-56628a7fc84a6e3c4c84886d70ec26da3d7f2ce4.tar.bz2 linux-56628a7fc84a6e3c4c84886d70ec26da3d7f2ce4.zip |
rcu/segcblist: Include rcupdate.h
The RT build on ARM complains about non-existing ULONG_CMP_LT.
This commit therefore includes rcupdate.h into rcu_segcblist.c.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'kernel/rcu')
-rw-r--r-- | kernel/rcu/rcu_segcblist.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |