Module Name:    src
Committed By:   pooka
Date:           Mon Jan  3 13:22:32 UTC 2011

Modified Files:
        src/sys/kern: kern_synch.c

Log Message:
update comment


To generate a diff of this commit:
cvs rdiff -u -r1.285 -r1.286 src/sys/kern/kern_synch.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/kern/kern_synch.c
diff -u src/sys/kern/kern_synch.c:1.285 src/sys/kern/kern_synch.c:1.286
--- src/sys/kern/kern_synch.c:1.285	Sat Dec 18 01:13:36 2010
+++ src/sys/kern/kern_synch.c	Mon Jan  3 13:22:32 2011
@@ -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;

Reply via email to