From: Philippe Gerum <rpm@xenomai.org>
To: Luotao Fu <devtty0@domain.hid>
Cc: adeos-main@gna.org, Jan Kiszka <jan.kiszka@domain.hid>,
xenomai@xenomai.org
Subject: Re: [Adeos-main] Re: [Xenomai-core] I-pipe + latency tracing patch
Date: Wed, 04 Jan 2006 17:49:53 +0100 [thread overview]
Message-ID: <43BBFCB1.10002@domain.hid> (raw)
In-Reply-To: <43BBF920.80906@domain.hid>
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@domain.hid
> https://mail.gna.org/listinfo/adeos-main
--
Philippe.
next prev parent reply other threads:[~2006-01-04 16:49 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-30 16:51 [Xenomai-core] I-pipe + latency tracing patch Philippe Gerum
2005-12-30 19:52 ` Jan Kiszka
2005-12-30 21:48 ` [Adeos-main] " Philippe Gerum
2005-12-30 22:05 ` Philippe Gerum
2005-12-30 22:11 ` Jan Kiszka
2005-12-31 9:59 ` Philippe Gerum
2006-01-03 15:25 ` Jan Kiszka
2006-01-04 16:34 ` Luotao Fu
2006-01-04 16:49 ` Philippe Gerum [this message]
2006-01-05 8:02 ` Philippe Gerum
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=43BBFCB1.10002@domain.hid \
--to=rpm@xenomai.org \
--cc=adeos-main@gna.org \
--cc=devtty0@domain.hid \
--cc=jan.kiszka@domain.hid \
--cc=xenomai@xenomai.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.