Luotao Fu wrote:
Hi,
As I've noticed, the tracer ist still not compeletly in the SVN trunk.


And it won't actually. It is an optional part of the I-pipe layer.

 Thus it causes some problems (missing header files) while compiling the
timer Benchmark module.
Here is a small patch, which fix this problem.


Applied, thanks.

Cheers
Luotao Fu


------------------------------------------------------------------------

diff -uNr xenomai/ksrc/drivers/benchmark/timerbench.c 
xenomai-wd/ksrc/drivers/benchmark/timerbench.c
--- xenomai/ksrc/drivers/benchmark/timerbench.c 2006-01-04 16:22:05.000000000 
+0100
+++ xenomai-wd/ksrc/drivers/benchmark/timerbench.c      2006-01-04 
17:23:00.000000000 +0100
@@ -18,7 +18,9 @@

 #include <linux/module.h>
 #include <asm/semaphore.h>
-#include <linux/ipipe_trace.h>
+#ifdef CONFIG_IPIPE_TRACE
+ #include <linux/ipipe_trace.h>
+#endif /* CONFIG_IPIPE_TRACE */

 #include <xenomai/rtdm/rtbenchmark.h>
 #include <xenomai/rtdm/rtdm_driver.h>


------------------------------------------------------------------------

_______________________________________________
Adeos-main mailing list
Adeos-main@gna.org
https://mail.gna.org/listinfo/adeos-main


--

Philippe.

Reply via email to