Add cygwin support to libringbuffer getcpu.h
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 24 May 2012 14:12:21 +0000 (10:12 -0400)
committerChristian Babeux <christian.babeux@efficios.com>
Tue, 27 Nov 2012 21:09:42 +0000 (16:09 -0500)
commit 4327cb7d2c9f34fc8d01f8ed92e2a43de7ef14f6 upstream.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Christian Babeux <christian.babeux@efficios.com>
libringbuffer/getcpu.h

index 0a61941728a5de814ca5e5339d30fa945d3ed9fc..3f12519775962af13ca5dd96de81f0027fd66fb8 100644 (file)
@@ -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)
This page took 0.025059 seconds and 4 git commands to generate.