From mboxrd@z Thu Jan 1 00:00:00 1970 From: paulmck@linux.vnet.ibm.com (Paul E. McKenney) Date: Tue, 15 Jun 2010 09:21:53 -0700 Subject: [ltt-dev] [PATCH] fix the "unknown" case In-Reply-To: <4C1799B5.1010807@redhat.com> References: <20100614220600.GA15130@linux.vnet.ibm.com> <20100615150727.GC2304@linux.vnet.ibm.com> <4C1799B5.1010807@redhat.com> Message-ID: <20100615162153.GE2304@linux.vnet.ibm.com> On Tue, Jun 15, 2010 at 05:18:13PM +0200, Paolo Bonzini wrote: > On 06/15/2010 05:07 PM, Paul E. McKenney wrote: > >So, should I just bite the bullet and write the usual set of asms > >myself? People are going to want to build liburcu on old compilers, > >sad to say... > > If you care about old/buggy compilers you'll always have to anyway. Well, maybe I can at least have a #ifdef that checks for compiler version or something. Thanx, Paul