All of lore.kernel.org
 help / color / mirror / Atom feed
* [Adeos-main] ipipe_request_tickdev issue
@ 2012-02-11 18:34 Gilles Chanteperdrix
  2012-02-20 16:40 ` Philippe Gerum
  0 siblings, 1 reply; 2+ messages in thread
From: Gilles Chanteperdrix @ 2012-02-11 18:34 UTC (permalink / raw)
  To: Adeos


Hi,

I found this out a long time ago on AT91 and worked around it but am
starting to see the same issue on hardware which hardware timer does not
wrap as fast: when xenomai calls ipipe_request_tickdev, the clockevent
structure max_delta_ns member is set to ULONG_MAX, but on most ARM
platforms, the reason for max_delta_ns is not only the timer hardware
limit, it is also necessary to call eg. update_sched_clock at least once
every max_delta_ns in order to avoid the hardware counter wrapping
without the system noticing it.

What do you think is the best way to avoid this issue? I would propose
simply removing the line which does:
	evtdev->max_delta_ns = ULONG_MAX;
in ipipe_request_tickdev, but maybe someone else sees a better solution.

-- 
                                                                Gilles.


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

end of thread, other threads:[~2012-02-20 16:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-11 18:34 [Adeos-main] ipipe_request_tickdev issue Gilles Chanteperdrix
2012-02-20 16:40 ` Philippe Gerum

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.