Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern update comment
details: https://anonhg.NetBSD.org/src/rev/8944ef534efd
branches: trunk
changeset: 760358:8944ef534efd
user: pooka <pooka%NetBSD.org@localhost>
date: Mon Jan 03 13:22:32 2011 +0000
description:
update comment
diffstat:
sys/kern/kern_synch.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (28 lines):
diff -r 1a0fa647b207 -r 8944ef534efd sys/kern/kern_synch.c
--- a/sys/kern/kern_synch.c Mon Jan 03 13:12:40 2011 +0000
+++ b/sys/kern/kern_synch.c Mon Jan 03 13:22:32 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kern_synch.c,v 1.285 2010/12/18 01:13:36 rmind Exp $ */
+/* $NetBSD: kern_synch.c,v 1.286 2011/01/03 13:22:32 pooka Exp $ */
/*-
* Copyright (c) 1999, 2000, 2004, 2006, 2007, 2008, 2009
@@ -69,7 +69,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_synch.c,v 1.285 2010/12/18 01:13:36 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_synch.c,v 1.286 2011/01/03 13:22:32 pooka Exp $");
#include "opt_kstack.h"
#include "opt_perfctrs.h"
@@ -978,8 +978,7 @@
#endif /* KERN_SA */
/*
- * If the LWP was sleeping interruptably, then it's OK to start it
- * again. If not, mark it as still sleeping.
+ * If the LWP was sleeping, start it again.
*/
if (l->l_wchan != NULL) {
l->l_stat = LSSLEEP;
Home |
Main Index |
Thread Index |
Old Index