From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <482BE97E.2080305@domain.hid> Date: Thu, 15 May 2008 09:42:54 +0200 From: Philippe Gerum MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: Philippe Gerum Subject: Re: [Xenomai-core] bug with tm_evevery() Reply-To: rpm@xenomai.org List-Id: "Xenomai life and development \(bug reports, patches, discussions\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Osterried Cc: Xenomai-core@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.