> > +/* On Linux IA64 systems, glibc avoids using syscalls for clock_gettime(). >
I assume you mean x86-64 or one of the equivalent names here, not IA64. > +#ifndef __LP64__ > +#define CACHE_TIME 1 > +#endif > This will disable the syscall mitigation for 64-bit FreeBSD as well, which is not (yet) desirable; I think this test needs a Linux check as well. -Ed
_______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev