From f39831ee99196d32257b3e40f1d71b8d499ef7c5 Mon Sep 17 00:00:00 2001 From: yamt Date: Sun, 11 Feb 2007 15:37:20 +0000 Subject: [PATCH] workqueue_exit: update a comment. --- sys/kern/subr_workqueue.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sys/kern/subr_workqueue.c b/sys/kern/subr_workqueue.c index cd3935fe4502..cab7b0d0c6b4 100644 --- a/sys/kern/subr_workqueue.c +++ b/sys/kern/subr_workqueue.c @@ -1,4 +1,4 @@ -/* $NetBSD: subr_workqueue.c,v 1.10 2007/02/11 15:36:35 yamt Exp $ */ +/* $NetBSD: subr_workqueue.c,v 1.11 2007/02/11 15:37:20 yamt Exp $ */ /*- * Copyright (c)2002, 2005 YAMAMOTO Takashi, @@ -27,7 +27,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: subr_workqueue.c,v 1.10 2007/02/11 15:36:35 yamt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: subr_workqueue.c,v 1.11 2007/02/11 15:37:20 yamt Exp $"); #include #include @@ -157,8 +157,7 @@ workqueue_exit(struct work *wk, void *arg) struct workqueue_queue *q = wqe->wqe_q; /* - * no need to raise ipl because only competition at this point - * is workqueue_finiqueue. + * only competition at this point is workqueue_finiqueue. */ KASSERT(q->q_worker == curproc);