All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-help] Xenomai configure option --enable-arm-tsc in Xenomai-2.6
@ 2011-10-03  7:37 Michael Bernhard
  2011-10-03  8:16 ` Gilles Chanteperdrix
  2011-10-03  8:20 ` Gilles Chanteperdrix
  0 siblings, 2 replies; 5+ messages in thread
From: Michael Bernhard @ 2011-10-03  7:37 UTC (permalink / raw)
  To: xenomai

Hi

Currently I'm using Xenomai-2.5.6. Now I need to do some tests on the 
most recent repository version.

Previously I was using the option --enable-arm-tsc in the configuration 
step. In Xenomai-2.6 this options seems still to be present, however it 
behaves like the old option --enable-arm-arch. I think this behavior is 
wrong.

In addition I'd like to know if --enable-arm-tsc is selected 
automatically of if it is still necessary to use this option.

Best regards,
Michael



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Xenomai-help] Xenomai configure option --enable-arm-tsc in Xenomai-2.6
  2011-10-03  7:37 [Xenomai-help] Xenomai configure option --enable-arm-tsc in Xenomai-2.6 Michael Bernhard
@ 2011-10-03  8:16 ` Gilles Chanteperdrix
  2011-10-03  8:20 ` Gilles Chanteperdrix
  1 sibling, 0 replies; 5+ messages in thread
From: Gilles Chanteperdrix @ 2011-10-03  8:16 UTC (permalink / raw)
  To: Michael Bernhard; +Cc: xenomai

On 10/03/2011 09:37 AM, Michael Bernhard wrote:
> Hi
> 
> Currently I'm using Xenomai-2.5.6. Now I need to do some tests on the 
> most recent repository version.
> 
> Previously I was using the option --enable-arm-tsc in the configuration 
> step. In Xenomai-2.6 this options seems still to be present, however it 
> behaves like the old option --enable-arm-arch. I think this behavior is 
> wrong.
> 
> In addition I'd like to know if --enable-arm-tsc is selected 
> automatically of if it is still necessary to use this option.

You probably do not need --enable-arm-tsc. For more details, see
README.INSTALL.

-- 
					    Gilles.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Xenomai-help] Xenomai configure option --enable-arm-tsc in Xenomai-2.6
  2011-10-03  7:37 [Xenomai-help] Xenomai configure option --enable-arm-tsc in Xenomai-2.6 Michael Bernhard
  2011-10-03  8:16 ` Gilles Chanteperdrix
@ 2011-10-03  8:20 ` Gilles Chanteperdrix
  2011-10-03  8:34   ` Michael Bernhard
  1 sibling, 1 reply; 5+ messages in thread
From: Gilles Chanteperdrix @ 2011-10-03  8:20 UTC (permalink / raw)
  To: Michael Bernhard; +Cc: xenomai

On 10/03/2011 09:37 AM, Michael Bernhard wrote:
> Hi
> 
> Currently I'm using Xenomai-2.5.6. Now I need to do some tests on the 
> most recent repository version.
> 
> Previously I was using the option --enable-arm-tsc in the configuration 
> step. In Xenomai-2.6 this options seems still to be present, however it 
> behaves like the old option --enable-arm-arch. I think this behavior is 
> wrong.

--enable-arm-tsc DOES NOT behave like the old option --enable-arm-arch.
Hence the rename.

-- 
					    Gilles.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Xenomai-help] Xenomai configure option --enable-arm-tsc in Xenomai-2.6
  2011-10-03  8:20 ` Gilles Chanteperdrix
@ 2011-10-03  8:34   ` Michael Bernhard
  2011-10-03  9:15     ` Gilles Chanteperdrix
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Bernhard @ 2011-10-03  8:34 UTC (permalink / raw)
  To: Gilles Chanteperdrix; +Cc: xenomai@xenomai.org

On 10/03/2011 10:20 AM, Gilles Chanteperdrix wrote:
> --enable-arm-tsc DOES NOT behave like the old option --enable-arm-arch.
> Hence the rename.
For me, doing the transition form Xenomai-2.5 to 2.6, it was just 
confusing that --enable-arm-tsc has exactly the same help text as the 
old --enable-arm-arch. It would be probably good to add an additional 
sentence to explain why one has to select the architecture for this 
option. Something like this:

"To enable the correct TSC user-space implementation, select for which ..."

--
Michael



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Xenomai-help] Xenomai configure option --enable-arm-tsc in Xenomai-2.6
  2011-10-03  8:34   ` Michael Bernhard
@ 2011-10-03  9:15     ` Gilles Chanteperdrix
  0 siblings, 0 replies; 5+ messages in thread
From: Gilles Chanteperdrix @ 2011-10-03  9:15 UTC (permalink / raw)
  To: Michael Bernhard; +Cc: xenomai@xenomai.org

On 10/03/2011 10:34 AM, Michael Bernhard wrote:
> On 10/03/2011 10:20 AM, Gilles Chanteperdrix wrote:
>> --enable-arm-tsc DOES NOT behave like the old option --enable-arm-arch.
>> Hence the rename.
> For me, doing the transition form Xenomai-2.5 to 2.6, it was just 
> confusing that --enable-arm-tsc has exactly the same help text as the 
> old --enable-arm-arch. It would be probably good to add an additional 
> sentence to explain why one has to select the architecture for this 
> option. Something like this:
> 
> "To enable the correct TSC user-space implementation, select for which ..."

Right. But --enable-arm-tsc does not enable the correct TSC user-space
implementation. It is an option only useful for old I-pipe patches that
did not support the "kuser" tsc implementation. So, using this option
with Xenomai 2.6.0 is probably not what you want to do.

-- 
					    Gilles.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-10-03  9:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-03  7:37 [Xenomai-help] Xenomai configure option --enable-arm-tsc in Xenomai-2.6 Michael Bernhard
2011-10-03  8:16 ` Gilles Chanteperdrix
2011-10-03  8:20 ` Gilles Chanteperdrix
2011-10-03  8:34   ` Michael Bernhard
2011-10-03  9:15     ` Gilles Chanteperdrix

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.