From: Philippe Gerum <rpm@xenomai.org>
To: Markus Osterried <markus.osterried@domain.hid>
Cc: Xenomai-core@domain.hid
Subject: Re: [Xenomai-core] bug with tm_evevery()
Date: Thu, 15 May 2008 09:42:54 +0200 [thread overview]
Message-ID: <482BE97E.2080305@domain.hid> (raw)
In-Reply-To: <E5E9C6CC7DC8844A8DA7A9EFE7B5350E025B28A0@domain.hid>
Markus Osterried wrote:
> Hello,
>
> there is a bug in the pSOS user-space skin, calling the wrong
> kernel-space function for tm_evevery().
> The file xenomai/src/skins/psos+/tm.c should be fixed like this:
>
>
> --- xenomai-2.4/src/skins/psos+/tm.c
> +++ xenomai-2.4/src/skins/psos+/tm.c
> @@ -71,7 +71,7 @@
>
> u_long tm_evevery(u_long ticks, u_long events, u_long *tmid_r)
> {
> - return XENOMAI_SKINCALL3(__psos_muxid, __psos_tm_evwhen, ticks,
> events, tmid_r);
> + return XENOMAI_SKINCALL3(__psos_muxid, __psos_tm_evevery, ticks,
> events, tmid_r);
> }
>
> u_long tm_getm(unsigned long long *ns_r) /* Xenomai extension. */
>
>
Merged, thanks.
--
Philippe.
prev parent reply other threads:[~2008-05-15 7:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-13 11:01 [Xenomai-core] bug with tm_evevery() Markus Osterried
2008-05-15 7:42 ` 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=482BE97E.2080305@domain.hid \
--to=rpm@xenomai.org \
--cc=Xenomai-core@domain.hid \
--cc=markus.osterried@domain.hid \
/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.