Acked-by: Andy Zhou <[email protected]>
On Thu, May 8, 2014 at 12:41 PM, Ben Pfaff <[email protected]> wrote: > Reported-by: Jarno Rajahalme <[email protected]> > Signed-off-by: Ben Pfaff <[email protected]> > --- > lib/util.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/lib/util.h b/lib/util.h > index 743b9fe..4d0ba76 100644 > --- a/lib/util.h > +++ b/lib/util.h > @@ -151,8 +151,6 @@ is_pow2(uintmax_t x) > #define CACHE_LINE_SIZE 64 > BUILD_ASSERT_DECL(IS_POW2(CACHE_LINE_SIZE)); > > -#define CACHE_LINE_SIZE 64 /* Correct for most CPUs. */ > - > static inline void > ovs_prefetch_range(const void *start, size_t size) > { > -- > 1.7.10.4 > > _______________________________________________ > dev mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/dev _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
