From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752077AbdIVSr5 (ORCPT ); Fri, 22 Sep 2017 14:47:57 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:46888 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751931AbdIVSrz (ORCPT ); Fri, 22 Sep 2017 14:47:55 -0400 Date: Fri, 22 Sep 2017 11:47:53 -0700 From: "Paul E. McKenney" To: Sebastian Andrzej Siewior Cc: Josh Triplett , Steven Rostedt , Mathieu Desnoyers , Lai Jiangshan , linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/3] rcu/segcblist: include rcupdate.h Reply-To: paulmck@linux.vnet.ibm.com References: <20170922152806.22860-1-bigeasy@linutronix.de> <20170922152806.22860-3-bigeasy@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170922152806.22860-3-bigeasy@linutronix.de> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-GCONF: 00 x-cbid: 17092218-0040-0000-0000-000003A67E1A X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00007779; HX=3.00000241; KW=3.00000007; PH=3.00000004; SC=3.00000231; SDB=6.00920830; UDB=6.00462737; IPR=6.00701051; BA=6.00005601; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00017249; XFM=3.00000015; UTC=2017-09-22 18:47:53 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17092218-0041-0000-0000-0000079B8475 Message-Id: <20170922184753.GU3521@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-09-22_07:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1707230000 definitions=main-1709220261 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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! 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 > #include > #include > +#include > > #include "rcu_segcblist.h" > > -- > 2.14.1 >