X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=blobdiff_plain;f=libringbuffer%2Fgetcpu.h;fp=libringbuffer%2Fgetcpu.h;h=3f12519775962af13ca5dd96de81f0027fd66fb8;hp=0a61941728a5de814ca5e5339d30fa945d3ed9fc;hb=4b36962fa59dfb5bcfcb52d2f07f7eb3b8dc1669;hpb=7805eef47360f818fe6e5a9ad97ec5d83dfb6d6c diff --git a/libringbuffer/getcpu.h b/libringbuffer/getcpu.h index 0a619417..3f125197 100644 --- a/libringbuffer/getcpu.h +++ b/libringbuffer/getcpu.h @@ -75,11 +75,11 @@ int lttng_ust_get_cpu(void) } #endif /* __UCLIBC__ */ -#elif defined(__FreeBSD__) +#elif (defined(__FreeBSD__) || defined(__CYGWIN__)) /* - * FreeBSD does not allow query of CPU ID. Always use CPU number 0, with - * the assocated performance degradation on SMP. + * FreeBSD and Cygwin do not allow query of CPU ID. Always use CPU + * number 0, with the assocated performance degradation on SMP. */ static inline int lttng_ust_get_cpu(void)