Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys



In article <20111025113549.EDB0A175D0%cvs.netbsd.org@localhost>,
Jukka Ruohonen <source-changes-d%NetBSD.org@localhost> wrote:
>-=-=-=-=-=-
>
>Module Name:   src
>Committed By:  jruoho
>Date:          Tue Oct 25 11:35:49 UTC 2011
>
>Modified Files:
>       src/sys/kern: subr_cpufreq.c
>       src/sys/sys: cpufreq.h
>
>Log Message:
>Use microsecond rather than nanosecond resolution when sampling latencies.

Why? This is backwards as things tend to become faster instead of slower.
We really want to be switching most things in the kernel to timespec from
timeval not the other way around?

christos



Home | Main Index | Thread Index | Old Index