Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-5] src/sys/altq
Module Name: src
Committed By: snj
Date: Mon Dec 1 00:55:55 UTC 2008
Modified Files:
src/sys/altq [netbsd-5]: altq_subr.c altq_var.h
Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #152):
sys/altq/altq_subr.c: revision 1.26
sys/altq/altq_var.h: revision 1.12
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.25.8.1 src/sys/altq/altq_subr.c
cvs rdiff -r1.11 -r1.11.44.1 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