Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 08/17/2007 21:20:24
Module Name: src
Committed By: ad
Date: Fri Aug 17 21:20:24 UTC 2007
Modified Files:
src/sys/kern: kern_tc.c
Log Message:
Timecounters are lockless. Add conservative memory barriers to ensure that
loads and stores occur in the correct order.
To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/sys/kern/kern_tc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.