* Steven Rostedt <[email protected]> wrote: > > I just switched cycle_t to u64 and hackbench no longer makes the time go > > backwards. > > > > John, would this cause any problems to keep cycle_t at s64? > > I mean at u64. ugh. There's both cycles_t and cycle_t. We should unify the two and it should be 64-bit. The faster systems get, the sooner the 32-bit counter overflows. 64-bit systems are keeping 32-bit compatibility for quite some time to come. So with an 8GHz CPU the 32-bit cycle_t would wrap in like 500 msecs, way too fast to rely on ... (even with a 4GHz CPUs it's only one second.) i've made cycle_t u64 and have uploaded -rt14. Ingo - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: Ktimer / -rt9 (+custom) monotonic_clock going backwards.
- From: Steven Rostedt <[email protected]>
- Re: Ktimer / -rt9 (+custom) monotonic_clock going backwards.
- References:
- Re: Ktimer / -rt9 (+custom) monotonic_clock going backwards.
- From: john stultz <[email protected]>
- Re: Ktimer / -rt9 (+custom) monotonic_clock going backwards.
- From: Steven Rostedt <[email protected]>
- Re: Ktimer / -rt9 (+custom) monotonic_clock going backwards.
- From: Ingo Molnar <[email protected]>
- Re: Ktimer / -rt9 (+custom) monotonic_clock going backwards.
- From: Steven Rostedt <[email protected]>
- Re: Ktimer / -rt9 (+custom) monotonic_clock going backwards.
- From: Ingo Molnar <[email protected]>
- Re: Ktimer / -rt9 (+custom) monotonic_clock going backwards.
- From: Steven Rostedt <[email protected]>
- Re: Ktimer / -rt9 (+custom) monotonic_clock going backwards.
- From: Ingo Molnar <[email protected]>
- Re: Ktimer / -rt9 (+custom) monotonic_clock going backwards.
- From: Steven Rostedt <[email protected]>
- Re: Ktimer / -rt9 (+custom) monotonic_clock going backwards.
- From: Steven Rostedt <[email protected]>
- Re: Ktimer / -rt9 (+custom) monotonic_clock going backwards.
- From: Steven Rostedt <[email protected]>
- Re: Ktimer / -rt9 (+custom) monotonic_clock going backwards.
- Prev by Date: Patch: ATI Xilleon port 10/11 Xilleon IDE controller support
- Next by Date: Re: 2.6.14-rc4 latency issue with rcu_process_callbacks()/file_free_rcu()
- Previous by thread: Re: Ktimer / -rt9 (+custom) monotonic_clock going backwards.
- Next by thread: Re: Ktimer / -rt9 (+custom) monotonic_clock going backwards.
- Index(es):