From: Philippe Gerum <rpm@xenomai.org>
To: Jan Kiszka <jan.kiszka@domain.hid>
Cc: xenomai-core <xenomai@xenomai.org>
Subject: Re: [Xenomai-core] [PATCH] fix breakage by #1185
Date: Sun, 11 Jun 2006 00:04:52 +0200 [thread overview]
Message-ID: <448B4204.9050302@domain.hid> (raw)
In-Reply-To: <448AF8B0.4090505@domain.hid>
Jan Kiszka wrote:
> Hi,
>
> I guess this is more like what check-in #1185 wanted to achieve:
>
> --- src/skins/vrtx/task.c (Revision 1186)
> +++ src/skins/vrtx/task.c (Arbeitskopie)
> @@ -247,5 +247,6 @@ void sc_unlock (void)
> void sc_delay (long timeout)
> {
> XENOMAI_SKINCALL1(__vrtx_muxid,
> - __vrtx_delay);
> + __vrtx_delay,
> + timeout);
> }
>
> Jan
>
>
> PS: Is this distribution of sc_delay() intended: src/skins/vrtx/task.c
> vs. ksrc/skins/vrtx/time.c?
>
Not really, but I will reorganize this stuff as work progresses on the
VRTX skin.
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Xenomai-core mailing list
> Xenomai-core@domain.hid
> https://mail.gna.org/listinfo/xenomai-core
--
Philippe.
prev parent reply other threads:[~2006-06-10 22:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-10 16:52 [Xenomai-core] [PATCH] fix breakage by #1185 Jan Kiszka
2006-06-10 22:04 ` Philippe Gerum [this message]
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=448B4204.9050302@domain.hid \
--to=rpm@xenomai.org \
--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.