From 19ab3d9d872046ccb5fe4c89f74ab4d6602ba78d Mon Sep 17 00:00:00 2001 From: Hiten Pandya Date: Thu, 15 Jul 2004 02:37:33 +0000 Subject: [PATCH] Update a stale comment about lwkt_replymsg(). Noticed-by: Andre Nathan (I think...) Discussed-with: Matthew Dillon --- sys/kern/lwkt_msgport.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/kern/lwkt_msgport.c b/sys/kern/lwkt_msgport.c index 960f06948a..cb1fba86ca 100644 --- a/sys/kern/lwkt_msgport.c +++ b/sys/kern/lwkt_msgport.c @@ -26,7 +26,7 @@ * NOTE! This file may be compiled for userland libraries as well as for * the kernel. * - * $DragonFly: src/sys/kern/lwkt_msgport.c,v 1.26 2004/07/04 22:44:27 eirikn Exp $ + * $DragonFly: src/sys/kern/lwkt_msgport.c,v 1.27 2004/07/15 02:37:33 hmp Exp $ */ #ifdef _KERNEL @@ -305,8 +305,7 @@ lwkt_replyport_remote(lwkt_msg_t msg) /* * This function is called in the context of the target to reply a message. - * Note that the lwkt_replymsg() inline has already set MSGF_REPLY1 and - * entered a critical section for us. + * The critical section protects us from IPIs on the this CPU. */ void -- 2.41.0