All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philippe Gerum <rpm@xenomai.org>
To: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>,
	xenomai-help <xenomai@xenomai.org>
Subject: Re: [Xenomai-help] xenomai scheduler's ticks period
Date: Mon, 23 Jun 2008 19:18:19 +0200	[thread overview]
Message-ID: <485FDADB.60705@domain.hid> (raw)
In-Reply-To: <485FD32C.3040902@domain.hid>

Gilles Chanteperdrix wrote:
> Philippe Gerum wrote:
>> Gilles Chanteperdrix wrote:
>>> Philippe Gerum wrote:
>>>> Matthieu wrote:
>>>>
>>>>> I have a segmentation fault error when I use modprobe xeno_vxworks
>>>>> tick_arg=0 (tick_arg=1000 works)
>>>>>
>>>> Any kernel log?
>>>>
>>> wind_sysclk_init uses its argument for a division.
>>>
>> --- ksrc/skins/vxworks/sysLib.c	(revision 3975)
>> +++ ksrc/skins/vxworks/sysLib.c	(working copy)
>> @@ -39,12 +39,12 @@
>>  int wind_sysclk_init(u_long period)
>>  {
>>  	extern u_long sync_time;
>> -	u_long init_rate = ONE_BILLION / period;
>> +	u_long init_rate = period ? ONE_BILLION / period : XN_APERIODIC_TICK;
>>  	int err;
>>
>>  	err = xntbase_alloc("vxworks", period, sync_time ? 0 : XNTBISO,
>>  			    &wind_tbase);
>> -	if (err)
>> +	if (err || period == 0)
>>  		return err;
>>
>>  	err = sysClkRateSet(init_rate);
> 
> Ok, but what about sysClkRateGet then ? It is needed for conversion
> between durations and ticks count. It will not work since sysClkRateSet
> was not called, and we can not call sysClkRateSet since it would start
> the timer.
> 
> 

We don't have to care about this. If people want to override the system timer,
then they should deal with the xntbase interface themselves. What is provided is
a mean to disable internal timing so that it does not conflict with the
user-provided stuff, nothing more.

-- 
Philippe.


  parent reply	other threads:[~2008-06-23 17:18 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <485F7A69.7080004@domain.hid>
     [not found] ` <5b5edafe752e2ab744303b0262edc05c@domain.hid>
2008-06-23 15:57   ` [Xenomai-help] xenomai scheduler's ticks period Philippe Gerum
2008-06-23 16:33     ` Gilles Chanteperdrix
2008-06-23 16:40       ` Philippe Gerum
2008-06-23 16:46         ` Gilles Chanteperdrix
     [not found]         ` <485FD32C.3040902@domain.hid>
2008-06-23 17:18           ` Philippe Gerum [this message]
2008-06-23 17:52             ` Matthieu
2008-06-24 14:22               ` Matthieu
     [not found] <488DC8B8.4080403@domain.hid>
2008-08-07  8:12 ` Matthieu
2008-07-17  7:49 Matthieu
2008-07-21 14:41 ` Matthieu
2008-07-28 10:27   ` Matthieu
2008-07-28 13:02     ` Gilles Chanteperdrix
     [not found] <4861045E.4010106@domain.hid>
     [not found] ` <14a573dd7f3ed8e10e00a083480c4622@domain.hid>
2008-06-24 16:40   ` Gilles Chanteperdrix
2008-06-24 17:10     ` Matthieu
2008-06-25  8:06       ` Matthieu
2008-06-26  8:07       ` Matthieu
2008-06-30  7:40         ` Matthieu
2008-07-01  8:28           ` Matthieu
2008-07-07  5:49             ` Matthieu
2008-07-07  7:49               ` Philippe Gerum
2008-07-07  9:49                 ` Matthieu
2008-07-07 11:45                   ` Philippe Gerum
2008-07-07 13:19                     ` Matthieu
2008-07-07 13:33                       ` Philippe Gerum
2008-07-07 13:44                         ` Matthieu
2008-07-07 13:55                           ` Philippe Gerum
     [not found]                             ` <5c3287e115e89c7cbb7c53402762cb2c@domain.hid>
2008-07-07 14:16                               ` Philippe Gerum
     [not found]                                 ` <a01245292d763fa02c3e6b9a79b67348@domain.hid>
2008-07-07 14:41                                   ` Philippe Gerum
2008-07-15  7:27                                     ` Matthieu
2008-07-15 19:07                                       ` Philippe Gerum
2008-07-16  6:41                                         ` Matthieu
2008-07-16  6:28                                           ` Philippe Gerum
  -- strict thread matches above, loose matches on Subject: below --
2008-06-23  8:14 Matthieu
2008-06-23  9:58 ` Philippe Gerum
2008-06-11  9:18 Matthieu
2008-06-11 12:28 ` Gilles Chanteperdrix
2008-06-10  8:43 Matthieu
2008-06-10  9:22 ` Matthieu
2008-06-10  9:43 ` Gilles Chanteperdrix
2008-06-11  5:47   ` Matthieu
2008-06-15 12:50     ` Gilles Chanteperdrix

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=485FDADB.60705@domain.hid \
    --to=rpm@xenomai.org \
    --cc=gilles.chanteperdrix@xenomai.org \
    --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.