Source-Changes archive

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

CVS commit: src/sys/altq



Module Name:    src
Committed By:   tsutsui
Date:           Tue Nov 25 15:59:11 UTC 2008

Modified Files:
        src/sys/altq: altq_subr.c altq_var.h

Log Message:
In machclk functions always emulate 1GHz counter using nanotime(9)
since it has enough resolution via timecounter(9).
Using machine dependent cpu_counter() is not MP safe
and it won't work even on UP with Speedstep etc.

No particular comment on tech-kern, and also closes PR kern/39835.


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/sys/altq/altq_subr.c
cvs rdiff -r1.11 -r1.12 src/sys/altq/altq_var.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index