NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/39835 CVS commit: src/sys/altq
The following reply was made to PR kern/39835; it has been noted by GNATS.
From: Izumi Tsutsui <tsutsui%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/39835 CVS commit: src/sys/altq
Date: Tue, 25 Nov 2008 15:59:11 +0000 (UTC)
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