Module Name: src Committed By: ad Date: Mon May 11 22:37:21 UTC 2009
Modified Files: src/sys/sys: mutex.h Log Message: Obsolete comment. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/sys/mutex.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/sys/mutex.h diff -u src/sys/sys/mutex.h:1.16 src/sys/sys/mutex.h:1.17 --- src/sys/sys/mutex.h:1.16 Mon Apr 28 20:24:11 2008 +++ src/sys/sys/mutex.h Mon May 11 22:37:21 2009 @@ -1,7 +1,7 @@ -/* $NetBSD: mutex.h,v 1.16 2008/04/28 20:24:11 martin Exp $ */ +/* $NetBSD: mutex.h,v 1.17 2009/05/11 22:37:21 ad Exp $ */ /*- - * Copyright (c) 2002, 2006, 2007, 2008 The NetBSD Foundation, Inc. + * Copyright (c) 2002, 2006, 2007, 2008, 2009 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation @@ -128,9 +128,8 @@ * mutex_exit() * * Two additional stubs may be implemented that handle only the spinlock - * case, primarily for the scheduler. These should not be documented for - * or used by device drivers. __HAVE_SPIN_MUTEX_STUBS should be defined - * if these are provided: + * case, primarily for the scheduler. __HAVE_SPIN_MUTEX_STUBS should be + * defined if these are provided: * * mutex_spin_enter() * mutex_spin_exit()