On Fri, Apr 19, 2013 at 7:01 AM, Thomas Graf <tg...@redhat.com> wrote: > diff --git a/datapath/linux/compat/include/asm/percpu.h > b/datapath/linux/compat/include/asm/percpu.h > index 404b937..65bce08 100644 > --- a/datapath/linux/compat/include/asm/percpu.h > +++ b/datapath/linux/compat/include/asm/percpu.h > @@ -3,7 +3,7 @@ > > #include_next <asm/percpu.h> > > -#ifndef this_cpu_ptr > +#if !defined this_cpu_ptr && !defined HAVE_THIS_CPU_PTR
This one surprises me - I would expect that the check for the definition should already catch any backports. Can you describe what the issue is? _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev